Hi,
I have rather complex setup where I render about 10 grids on a page. Each grid in an update panel. The grids are loaded when needed and this is where my problem starts.
If I load one (1) grid it works fine.
If I load multiple grids, the ones with bit/checkbox columns throws an error "The value could not be conveted to a boolean value". I don't have any null or space values in my table, and the grid that throws the error only does so if it gets rendered as described above - if I remove 9 grids and just render the one that produced the error it will work just fine.
It seems that I mix up my values somehow, but I can't debug it since it is an internal error of the grid.
How can I get more debug info from the grid and what is it that causes the error? It should be fairly easy to locate in the source code since it is misspelled (missing R in converted).
Hi John,
Please make sure that the value entered for the checkbox column's is true or false.
Magued