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!
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.