This question is locked. New answers and comments are not allowed.
Hello Telerik's friends,
I want to know how to change the look and feel of a checkbox cell without using themes.
I see in my solution that check and unchecked state have no visual remarkable difference, so I need to change it at my will.
Thanks in advance.
Mauricio.
I want to know how to change the look and feel of a checkbox cell without using themes.
I see in my solution that check and unchecked state have no visual remarkable difference, so I need to change it at my will.
Thanks in advance.
Mauricio.
4 Answers, 1 is accepted
0
Hello Mauricio,
Please see the following thread and let me know if you need any further assistance.
Greetings,
Vanya Pavlova
the Telerik team
Please see the following thread and let me know if you need any further assistance.
Greetings,
Vanya Pavlova
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Mauricio
Top achievements
Rank 1
answered on 13 Sep 2010, 02:58 PM
Hello Telerik's friends,
It worked perfect and was exactly what I need, but I also need apply my own style to a GridViewDataColumn that shows a bool value.
It's very similar to a CheckBoxColumn, but I cannot make it work.
Thanks.
It worked perfect and was exactly what I need, but I also need apply my own style to a GridViewDataColumn that shows a bool value.
It's very similar to a CheckBoxColumn, but I cannot make it work.
Thanks.
0
Hi Mauricio,
As you saw in the previous thread I there are some differences between the standard CheckBox and our GridViewCheckBox,but if you want to apply a style to the GridViewDataColumn that shows a bool value just create a style for the standard CheckBox and everything will work as you expected.
All the best,
Vanya Pavlova
the Telerik team
As you saw in the previous thread I there are some differences between the standard CheckBox and our GridViewCheckBox,but if you want to apply a style to the GridViewDataColumn that shows a bool value just create a style for the standard CheckBox and everything will work as you expected.
All the best,
Vanya Pavlova
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Mauricio
Top achievements
Rank 1
answered on 27 Sep 2010, 09:02 PM
Hello,
I'm afraid that you what said previously didn't work as I expected. This image show you what I have.
The column named "Usa descriptores" is a GridViewDataColumn binded to a bool property, and the column "My checkcolumn" is a GridViewCheckBoxColumn binded to the same property.
Any way, the samples you gave me are enough to create a workaround in my project.
Thanks.
I'm afraid that you what said previously didn't work as I expected. This image show you what I have.
The column named "Usa descriptores" is a GridViewDataColumn binded to a bool property, and the column "My checkcolumn" is a GridViewCheckBoxColumn binded to the same property.
Any way, the samples you gave me are enough to create a workaround in my project.
Thanks.