This question is locked. New answers and comments are not allowed.
Hi,
We are using "RadControls for Silverlight Q2 2009" to display results in radgridview. The number of records loaded into the grid range between 600 to 20,000.
When we try to group by more than three columns, entire application becomes unresponsive and we had to close the IE using the task manager.
This is how we have defined the gridview.
| <TelerikGridControls:RadGridView |
| IsFilteringAllowed="True" |
| CanUserSortColumns="True" |
| ShowGroupFooters="False" |
| ScrollMode="Deferred" |
| IsReadOnly="True" |
| RowIndicatorVisibility="Collapsed" |
| AutoGenerateColumns="False" |
| ColumnsWidthMode="Auto" |
| CanUserFreezeColumns="False" |
| TelerikControls:StyleManager.Theme="Office_Silver" |
| ExpandableRowStyle="{StaticResource GridViewExpandableRowStyle}"> |
We are able to see the same behavior in the online demo showing million records. When we tried to group by more than three columns the application went unresponsive. How do we fix this?
Vijay S
