On a data grid that we have set as virtualised, when we put the grid into 'group by' mode where the user can drag and drop the header to group by a specific column, when the user selects a row once they select 'group by', the grid has two problems:
- The record-click event not longer fires
- The row-selected event does fire, but the args.data object is null so we don't know which row was selected
This is using your latest version.
Thanks