I'm using a RadGrid using a DataSet as the data source, and am setting AutoGenerateHierarchy to true. When trying to expand a row having a large number of child rows (several thousand), the rows are never expanded (I've given up after waiting several minutes.) However, I can copy those child rows into a new DataTable, display them in an new RadGrid control, and it only takes a few seconds for them to be displayed.
Am I exceeding the limits on what can be displayed in a hierarchical gridview?
Am I exceeding the limits on what can be displayed in a hierarchical gridview?