I've got a RadGrid with detail tables in a search application.
Often times my users are looking at the detail tables and then change the search critieria.
At that point my code rebinds the grid and the detail tables the users were looking at before and no longer expanded. The users are not excited about having to expand out the detail tables again.
What's the best way to handle this situation. Is there an easy way to get the rows that are expanded before the bind and then programmatically expand them again?
--Mark
Often times my users are looking at the detail tables and then change the search critieria.
At that point my code rebinds the grid and the detail tables the users were looking at before and no longer expanded. The users are not excited about having to expand out the detail tables again.
What's the best way to handle this situation. Is there an easy way to get the rows that are expanded before the bind and then programmatically expand them again?
--Mark