I have an east/west splitter.
The west contains a grid, the east contains a set of tabs with grids inside each tab.
When a row in the west grid is selected I want to initialize the tabs in the east splitter.
The first time a row is selected in the west grid it works great, my problem is when a different row is selected the east tabs are not refreshed with the new data.
Are there any examples of something like this?
I tried destorying the east grids but they just remained empty, the initTabContent function is only executed the first time.
Any suggestions/examples would be greatly appreciated.