Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
BoundCheckBoxField Async request failed
posted

I have a table with a boolean (bit) value that I'm using a SQL Data Source to connect the webdatagrid to. I'm representing this field as a BoundCheckBoxField in the grid, and everything displays properly. When I uncheck the box and move the focus to a new row, however, I get a pop-up message that says:

 

Async request failed.

[FormatException]: String was not recognized as a valid Boolean. at System.Boolean.Parse(String value) ...

The full screenshot of the error is attached.

Shouldn't this work?

Dan