I've been toiling with this mess since last night, and it dawned on me I should just ask the pros.
Let me preface this by saying this is my first shot working with MySql, so that may have something to do with it.
It seems one of the columns in my grid is a GridCheckBox Column. The values in the MySql Database for True and False are 1 & 0 respectively.
However the data row will always remain unchecked for the checkbox regardless of whether it's set to 0 or 1 in the database.
I'm also using InPlace EditMode to edit the data.
Any help would be greatly appreciated.
Let me preface this by saying this is my first shot working with MySql, so that may have something to do with it.
It seems one of the columns in my grid is a GridCheckBox Column. The values in the MySql Database for True and False are 1 & 0 respectively.
However the data row will always remain unchecked for the checkbox regardless of whether it's set to 0 or 1 in the database.
I'm also using InPlace EditMode to edit the data.
Any help would be greatly appreciated.
<
telerik:GridCheckBoxColumn
DataField
=
"isadmin"
DataType
=
"System.Boolean"
HeaderText
=
"Admin"
>
</
telerik:GridCheckBoxColumn
>