sfDataGrid UI filtering with much filtered rows dont work correctly

Hello,
I have sfdatagrid1 with about 16000 records. Some records starting the same name for example:
SMC. nejakyText1
SMC. nejakyText2
SMC. nejakyText3

When I write keyword "SMC." into user filtering window, window select correct data. But when I approve filtered data, sfDataGrid1 show all data.
When I write keyword "SMC. nejakyText3" everything is OK.


I recorded short video: https://www.youtube.com/watch?v=5nqrgeQ1qsU&feature=youtu.be

sfDataGrid1.AllowFiltering = true;

DataTable dt = new DataTable();
dt = someFunction();     
sfDataGrid1.DataSource = dt;

Thank you



 

1 Reply

SS Susmitha Sundar Syncfusion Team June 4, 2020 06:08 PM UTC

Hi Vaclav, 
 
 
Thank you for using Syncfusion controls. 
 
Based on the provided information, we have checked the mentioned issue “Filtering not works with same type of records” and we unable to replicate the issue from our end, it is working fine as expected. We have prepared sample for the same, 
 
 
 
Please check the sample and let us know if you still facing the same issue? If not, please modify the sample based on your scenario and revert us back with following details, 
 
1.       Provide Syncfusion updated version 
 
It will be helpful for us to check on it and provide you the solution at the earliest.   
 
Regards,
Susmitha S



Loader.
Up arrow icon