Hi,
We have GridView with predefined columns (AutoGenerateColumns=false) bound to DataTable. DataTable has boolean field which is represented by CheckBoxColumn in GridView. GridView Display data as expected (true values appear checked and false unchecked). GridView is editable.
Any attempt to check unchecked checkbox not working - as soon as field looses focus, it revert to unchecked state.
We are using 2012 Q2 version.
What are we missing?
Thanks in advance,
Leon
We have GridView with predefined columns (AutoGenerateColumns=false) bound to DataTable. DataTable has boolean field which is represented by CheckBoxColumn in GridView. GridView Display data as expected (true values appear checked and false unchecked). GridView is editable.
Any attempt to check unchecked checkbox not working - as soon as field looses focus, it revert to unchecked state.
We are using 2012 Q2 version.
What are we missing?
Thanks in advance,
Leon