Row Selection not working properly in Group By mode

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:

  1. The record-click event not longer fires
  2. 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

2 Replies

DT Damien Turnbull April 28, 2022 05:44 AM UTC

So we found out it was due to the fact we were dynamically setting the allow-grouping property through data binding that was causing the issue. As a work around, we set this property to always be true, and then set the drop area as hidden and then show it when the user clicks Group By.

Case closed :-



RS Rajapandiyan Settu Syncfusion Team April 28, 2022 06:46 AM UTC

Hi Damien,


We are glad that you have resolved the reported problem by yourself.


Please get back to us if you need further assistance.


Regards,

Rajapandiyan S


Loader.
Up arrow icon