This question is locked. New answers and comments are not allowed.
Hi,
I am using telerik mvc3 controls in my mvc 3 project. I am very new to both mvc and telerik so please help me.
I have used the dropdown control and please let me know how do i get the selected value and selected text onChange of the selection.
I have used this
Html.Telerik().DropDownList()
Please note that I am using dropdown and not combobox
Thanks & Kind regards,
m
I am using telerik mvc3 controls in my mvc 3 project. I am very new to both mvc and telerik so please help me.
I have used the dropdown control and please let me know how do i get the selected value and selected text onChange of the selection.
I have used this
Html.Telerik().DropDownList()
.Name(
"MonthSelection")
.ClientEvents(events => events.OnChange(
"ComboBox_onChange"))
Please note that I am using dropdown and not combobox
Thanks & Kind regards,
m