Hello,
I have problem with grouping in the RadDataGridView. In my project the grid must be in the virtual mode: (VirtualMode = true) (filling some cells are taken from a list; FieldName property cannot be used), but grouping by some parameter (in the grid) is not working in this mode, since Grouping property is joined with bindingSource controller, which I cannot use (If I understood well the functionality). Thus, it is possible to group data in the virtual mode? If it does, could someone attache a piece of code for me?
Thank.
I have problem with grouping in the RadDataGridView. In my project the grid must be in the virtual mode: (VirtualMode = true) (filling some cells are taken from a list; FieldName property cannot be used), but grouping by some parameter (in the grid) is not working in this mode, since Grouping property is joined with bindingSource controller, which I cannot use (If I understood well the functionality). Thus, it is possible to group data in the virtual mode? If it does, could someone attache a piece of code for me?
Thank.