This question is locked. New answers and comments are not allowed.
Hi
I have a problem with showing column.
I want to show a column in active mode regardless of its edit mode like GridViewSelectColumn.
For example,
I created a CheckBoxColumn like the source below.
And it is shown in gray when it is not selected.
Is there any way to show it looks like in active mode (the style looks like it is in edit mode) like GridViewSelectColumn.
Best Regards,
I have a problem with showing column.
I want to show a column in active mode regardless of its edit mode like GridViewSelectColumn.
For example,
I created a CheckBoxColumn like the source below.
<
telerik:GridViewCheckBoxColumn
DataMemberBinding
=
"{Binding Checked}"
AutoSelectOnEdit
=
"True"
EditTriggers
=
"CellClick"
/>
And it is shown in gray when it is not selected.
Is there any way to show it looks like in active mode (the style looks like it is in edit mode) like GridViewSelectColumn.
Best Regards,