FilterBar

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?

1 Reply

AD Administrator 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).

Loader.
Up arrow icon