|
Queries |
Solutions |
|
when I add a new logCollection item, if the "message" is NOT the same as the text I'm filtering, no issues occur. The error above only exhibits itself when the new message added exactly matches that of the filtered text. I can prevent this by not using the SfDataPager and by using the following code below instead of what I've indicated above:
SfDataGrid.DataSource = logCollection;
|
Based on provided information we have checked the reported issue “sfdatagrid with sfdatapager index must be within bounds of the list” and unable to replicate the issue from our end. it is working fine as expected. Please find the tested sample and video demo from our end in the below link,
Sample link: https://www.syncfusion.com/downloads/support/forum/161121/ze/Sample1083959260 Video Link: https://www.syncfusion.com/downloads/support/forum/161121/ze/SfDataPagerAddRecord-231645112 Can you please share us below things?
1. Brief replication procedure/video illustration of the reported issue 2. Provide the code snippet related customization in SfDataGrid and SfDataPager if you still facing the same issue? If yes, please modify the sample based on your scenario. If we misunderstood your requirement, please provide more information regarding the requirement. This would help us to proceed further. |
|
I just noticed here in the documentation:
that:
|
Based on provided information SfDataPager doesn’t support the UI Filter for Load Data in on-demand in SfDataGrid. We also regret to inform you that currently, Our SfDatagrid source architecture does not provide support to achieve your requirement of “UI Filtering support Load Data in on-demand in SfDataGrid”.
|