I have created a RadGrid control with a detail table programatically on page_init; imagine Country -> Regions
When the "Open" nested table icon is clicked, the whole page is posted back and as a result the Country list is re-populated then the regions associated with the selected country gets loaded.
The problem is that the Country list is already on the page, why everything should be reloaded again since only one country was selected to retrieve its regions.
As a result of this problem, my RadGrid is slow when using its nested tables as it has to reload all other layers each time.
How would that be possible to only load the nested table which is required rather than loading the whole Grid?
Many thanks,
When the "Open" nested table icon is clicked, the whole page is posted back and as a result the Country list is re-populated then the regions associated with the selected country gets loaded.
The problem is that the Country list is already on the page, why everything should be reloaded again since only one country was selected to retrieve its regions.
As a result of this problem, my RadGrid is slow when using its nested tables as it has to reload all other layers each time.
How would that be possible to only load the nested table which is required rather than loading the whole Grid?
Many thanks,