We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Filtering on Editable column cause exception.

Hi, I am facing a problem. I am using databound grid. One of the column is of type checkbox and it is editable. I am using filter bar too. When I filter the grid using the column filter to show the checked rows and click on one of the displayed items to uncheck one, it gives me crash. It is crashing on the Mouse move handler of syncfusion grid. The grid stops painting first and when I move mouse over the grid, it starts to paint and then crashes. The unchecked row is getting removed from the current view ( filtered view for checked items ) too. Any help is highly thanked. Bidin

1 Reply

AD Administrator Syncfusion Team September 17, 2004 04:30 AM UTC

To get this to work properly (meaning not throw an exception, and remove the row when you change the check on the filtered checkbox column and leave the row), you need to be using the latest release 2.1.0.9, and make sure you have this property set. this.gridDataBoundGrid1.UseListChangedEvent = true; (Now this may work with 2.0.5.1 as well - not really sure - but it worked for me in 2.1.0.9 with the attached sample. It does not work in earlier releases.) FilterBarWithBool_3023.zip

Loader.
Up arrow icon