Hi,
I have a hierarchical radgrid and I use a radwindow to edit the records of the grid.
When I close my radwindow, I want my grid to refresh while keeping the hierchical "settings" (what was expanded is still expanded)
I use a javascript function that fires a AjaxRequest and then I rebind my grid and I try to add a selectedIndexes but my grid is all collapsed. I guess while the Page_Load was execute before the "add selectedIndexes" it doesn't work.
I use SqlDatasource to bind my grid.
I know you can use hierarchical "Client" load mode but the loading is way too long.
Is it possible to do what I want without the hierarchical load mode set to Client ?
Thanks
Francis