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

3 state checkbox asp.net

1 Answer 88 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Mallikharjun Mulagundla
Top achievements
Rank 1
Mallikharjun Mulagundla asked on 15 Dec 2009, 04:07 PM
Hi,

I am having a requirement, a check box with 3 states(checked. not Checked, Not applicable). Please let me know, is this possible by using any of the Telerik's Controls?

Thanks, Malli

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 15 Dec 2009, 09:11 PM
I don't think Telerik has a control specifically like that. If you are looking to have 3 possible check boxes you could always have a Grid with three text boxes. Otherwise you could simply take a normal ASP.NET checkbox and set enabled="false" when something is "Not applicable".
Tags
ComboBox
Asked by
Mallikharjun Mulagundla
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or