Hi,
I have a gridview having a grid in its rowdetail, when row detail visibility changes i fetch data from database to load the row detail grid.
But the problem here is that when i sort or filter on the main grid, the data is removed from the already opened row detail grid.
Same thing happens when we have some controls in our rowdetails, and the values of expanded row details sets to blank when filtered or sorted.
Using "RowDetailsVisibilityChangedevent" to populate the rowdetails, due to some constraints not using "LoadingRowDetails".
Please let me know is there anything i can do so that those row detail grid data does not get removed when I do sorting or filtering on main grid.
Please reply its urgent.
Thanks
I have a gridview having a grid in its rowdetail, when row detail visibility changes i fetch data from database to load the row detail grid.
But the problem here is that when i sort or filter on the main grid, the data is removed from the already opened row detail grid.
Same thing happens when we have some controls in our rowdetails, and the values of expanded row details sets to blank when filtered or sorted.
Using "RowDetailsVisibilityChangedevent" to populate the rowdetails, due to some constraints not using "LoadingRowDetails".
Please let me know is there anything i can do so that those row detail grid data does not get removed when I do sorting or filtering on main grid.
Please reply its urgent.
Thanks