This is a migrated thread and some comments may be shown as answers.

Checkbox in Grid - MySql Datasource

1 Answer 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
SK
Top achievements
Rank 1
SK asked on 11 Oct 2010, 09:01 PM
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. 

<telerik:GridCheckBoxColumn DataField="isadmin"  DataType="System.Boolean" HeaderText="Admin">
</telerik:GridCheckBoxColumn>

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 15 Oct 2010, 09:04 AM
Hello SK,

I would suggest that you review this and this forum threads.

I hope this helps.

Best wishes,
Martin
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
SK
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or