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

CheckBox Column looks disabled

3 Answers 181 Views
GridView
This is a migrated thread and some comments may be shown as answers.
JungTae
Top achievements
Rank 1
JungTae asked on 09 Dec 2010, 09:51 PM
Hello community, I am trying to use GridViewcheckBox column, for SL3 build, but the checkboxes always appear disabled and are greyed out..

how do I fix this?
 this is my code for my checkbox column declaration

 

 

<telerikDataView:GridViewCheckBoxColumn Header="NeedsPath" DataMemberBinding="{Binding NeedsPath,Mode=TwoWay}" >

 

 

 

</telerikDataView:GridViewCheckBoxColumn>

 

 

3 Answers, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 10 Dec 2010, 06:01 PM
Hi JungTae,

 
GridViewCheckBox is not disabled, it is gray-colored by design when the cell is not in Edit mode. You may change this through edit the template of a GridViewCheckBox and predefine the brushes which are used by default. In this way you may configure it to meet up your personal requirements.

Regards,
Vanya Pavlova
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
JungTae
Top achievements
Rank 1
answered on 10 Dec 2010, 06:06 PM
Hi do you have a sample solution for what you have decribed?

PS I knew they weren't disabled =) but it's just that my users won't necessarily know that
0
Vanya Pavlova
Telerik team
answered on 11 Dec 2010, 04:55 PM
Hi JungTae,


I have prepared an example for you that demonstrates this approach, also you may take a look at the following forum thread.

Best wishes,
Vanya Pavlova
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
GridView
Asked by
JungTae
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
JungTae
Top achievements
Rank 1
Share this question
or