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

GridCheckBoxColumn VS GridTemplateColumn

1 Answer 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
RB
Top achievements
Rank 1
RB asked on 19 May 2014, 09:27 PM
I need a check box column in my RadGrid. When should I use a GridCheckBoxColumn  and when should I use a GridTemplateColumn?
Currently I am using a GridCheckBoxColumn but unable to click and select a check box!

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 May 2014, 03:14 AM
Hi,

GridCheckBoxColumn displays a check box to represent a Boolean value. When the grid is in browser mode, or if the column is read-only, the check box is disabled. When the column is editable, the check box is enabled.
Check boxes in an ItemTemplate can be selected and cleared, even when the column is in browser mode.
According to how you want to use it you can choose which column to use.

Thanks,
Princy
Tags
Grid
Asked by
RB
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or