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

GridViewCheckBoxColumn Display Text

1 Answer 83 Views
GridView
This is a migrated thread and some comments may be shown as answers.
gans
Top achievements
Rank 1
gans asked on 30 Jun 2012, 02:19 AM
Is it possible to show a Display Text next to the CheckBox when we use GridViewCheckBoxColumn  ? 

<telerik:GridViewCheckBoxColumn  DataMemberBinding="{Binding Dates}" Header="{Binding Dates}" ColumnGroupName="SCHEDULE">

I get only the checkBox in the column. Wondering if there is a way I can show a text next to it also.

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 02 Jul 2012, 05:50 AM
Hello,

 You could define a CellTemplate/CellEditTemplate for the column with a CheckBox inside. That way you can set a display text for the CheckBox.

All the best,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
gans
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or