This question is locked. New answers and comments are not allowed.
Hi Telerik team,
I am using telerik mvc2 in asp.net c#.I view I am using the following combobox control
View
I am using telerik mvc2 in asp.net c#.I view I am using the following combobox control
View
<%
= Html.Telerik().ComboBoxFor(model =>model.StatusID)
.BindTo(model.
test.GetStatus())
%>
Controller
Here I want to access the above control.How to write code here?
I needs to set enable/disable property here.I think in aspx page we can write it as radcombobox1.enable=false.I need the same here
With reagards
Dayana