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

Check Box

1 Answer 209 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Prashu
Top achievements
Rank 1
Prashu asked on 02 Sep 2013, 02:23 PM
hi all 

i'm sorry to write this post under combo box i'm unable to create a new thread on check box so that i'm using it..


my RadGridView DataColumns contains footer with check boxes now if i check the 1st check box the other two should not accept to checked.

how to implement this  in C#, siverlight application



Regards

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 05 Sep 2013, 09:01 AM
Hello,

I would suggest you to work with the bound data items and its properties rather than relying on the visual elements.  If you have bound the Checked state of the CheckBox to a property of the business object, then you can just update this property in code behind. Then Bind the Enabled property of the other CheckBoxes to the value of the same business object.

Let me know if this is a solution for you.

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
ComboBox
Asked by
Prashu
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or