GroupBy (EnableGroupCheckBox) doesn't work with virtualization

Good afternoon, 

I'm using the multiselect component and virtualize doesn't work when I have groupby and EnableGroupCheckBox=true. Without EnableGroupCheckBox it shows the data but with EnableGroupCheckBox=true it doesn't. I tried it with your samples and got the same result (images inside zip folder).

Any help with this problem would be appreciated.


Attachment: supportImages_fe3c9a8b.zip

2 Replies 1 reply marked as answer

PK Priyanka Karthikeyan Syncfusion Team April 17, 2025 12:10 PM UTC

Hi Francisco Fernandes,

We have considered this issue "Exception occurs and data is not loaded properly on open the popup when virtualization and grouping checkbox is enabled together" as a bug from our end, and the fix for the issue will be included in our upcoming weekly release which is expected to be scheduled on First week of May 2025.

 

You can now track the status of the feedback through the below link,

 

Feedback link:https://www.syncfusion.com/feedback/67073/exception-occurs-and-data-is-not-loaded-properly-on-open-the-popup-when

 

Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”

 

 

Regards,

Priyanka K



KN Kundurthi Naga Siddartha Kundurthi Vennela Prasad Syncfusion Team May 6, 2025 10:09 AM UTC

Hi  Francisco Fernandes,


We have included the fix for the issue “Exception occurs and data is not loaded properly on open the popup when virtualization is enabled” with our package version “29.1.41”. Therefore, we recommend upgrading to our latest version to resolve the current issue.


Rootcause:

The issue occurred when attempting to open a popup with virtualization enabled, as the code was searching for data in the wrong location. Initially, it utilized the general list data source (ListDataSource) and standard field references (this.Fields.GroupBy), which do not function correctly when virtualization is active.


Sample: https://blazorplayground.syncfusion.com/LNVIXeNnUXBDWcMN


Regards,

K N Siddartha.


Marked as answer
Loader.
Up arrow icon