05-26-2012 09:52 AM
Hello All
Can someone tell how to update/refresh the display of a tabbed pane.
I have 2 tabbed panes in my application.
First pane: Does searching of records from database and jumps to pane 2
Second Pane: Contains display function for selecting records from database based on results obtained from pane 1. It displays these records in grid field that has also been defined in pane 2.
Issue now is that i am not able to view of the fetched results of current search in pane 2.
Pane 2 is always displaying records of previous search.Hence i want to update the pane 2 as soon as the jumpTo function from pane 1 is invoked.
If anyone has any knowledge of tabbed panes please help.
Thanks
05-26-2012 10:45 AM