The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
I''ve a GridDataboundGrid wired by a filter bar. When no filter is set I''ve 400 rows in my grid. I filter ColumnX and the rows decrases to 100. Then I filter ColumnY and the rows decreases to 20. Now I change a value in ColumnY, and I get a RunTime Error and the application ends. Why?
ADAdministrator Syncfusion Team February 24, 2004 03:56 PM UTC
It is likely that changing the value in one of the filtered columns makes the row no longer satisfy the filter, and I suspect this is leading to the error you are seeing.
This problem is fixed in the latest 2.0 code (to be released soon).