Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4970
xamDataGrid - Group By related issues
posted

1.       When I do Group By on the control the GroupBy only happens for the current page records. How can I override it to implement it on the total ItemsSource of the Grid. To try a workaround I have handled the GroupByCollectionChanged Event and removed the Pager Settings to make the Grid display all the records in the ItemsSource for the GroupBy to be applied. I am not sure if this is a right way of doing it, as it may affect the grid performance for large volume of data.

2.       When i search on the ItemSource and then do GroupBy on a column I get a JIT error saying like “Cannot convert Infragistics.Grid.Row to Infragistics.Grid.GroupRow”. On tracing it I can see that the error occurs on the OnItemApplied Event which is internal to the grid. Whats the cause of this error and how can I handle it?