Hi,
I am seeing some odd behavior with radgrid. I have two grids on the page. I had RadGrid1 set to HierarchyLoadMode="Client". The other was loading on demand. Both grids were updated in the code behind via AJAX without rebinding. Sometimes an update would cause one or more expanded rows on RadGrid1 to collapse. At other times this did not happen (using the same update with the same data). I removed the HierarchyLoadMode to go back to load on demand. Now I am finding that the first time I click on a + to expand a row the LoadingPanel displays briefly but the row does not expand. It does not call NeedDataSource or DetailTableDataBind. All subsequent clicks expand the rows as intended.
Can anyone shed light on these behaviors please.
Thanks in advance.
Steve
I am seeing some odd behavior with radgrid. I have two grids on the page. I had RadGrid1 set to HierarchyLoadMode="Client". The other was loading on demand. Both grids were updated in the code behind via AJAX without rebinding. Sometimes an update would cause one or more expanded rows on RadGrid1 to collapse. At other times this did not happen (using the same update with the same data). I removed the HierarchyLoadMode to go back to load on demand. Now I am finding that the first time I click on a + to expand a row the LoadingPanel displays briefly but the row does not expand. It does not call NeedDataSource or DetailTableDataBind. All subsequent clicks expand the rows as intended.
Can anyone shed light on these behaviors please.
Thanks in advance.
Steve