We are facing a problem with hierarchal grid in our application. when we expand the arrow and select a child item and collapse the arrow then the selected child items are getting deselected. Any help will be appreciated.
1 Answer, 1 is accepted
0
Mira
Telerik team
answered on 27 Jan 2011, 12:15 PM
Hello Raman,
The described behavior is expected if you set the HierarchyLoadMode property of the parent table view to ServerBind or ServerOnDemand.
Please use the approach from this code library to retain the selected state.