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