I have a radgrid with 2 GridTableViews in the detailtable. The mastertableview is bound to a dataview at runtime on a button click event, I also setup the OnNeedDataSource event to make sure the datasource of the grid is always present. At runtime everything works fine and i can expand all records no problem. However once I set HierarchyDefaultExpanded = true and click on the button again I receive an error:
Line: 4723
Error: Sys.WebForms.PageRequestManagerServerErrorException: There was a problem extracting DataKeyValues from the DataSource. Please ensure that DataKeyNames are specified correctly and all fields specified exist in the DataSource.
so if a radgrid has a detailtable which contains multiple GridTableViews the HierarchyDefaultExpanded will not work, am I right?
Line: 4723
Error: Sys.WebForms.PageRequestManagerServerErrorException: There was a problem extracting DataKeyValues from the DataSource. Please ensure that DataKeyNames are specified correctly and all fields specified exist in the DataSource.
so if a radgrid has a detailtable which contains multiple GridTableViews the HierarchyDefaultExpanded will not work, am I right?