This question is locked. New answers and comments are not allowed.
Hi,
I'm using telerik grid in mvc3 application, and in grid there is a dropdownlist type column:
columns.Bound(o => o.abc).ClientTemplate(Html.Telerik().DropDownList().Name("actionlist").BindTo(new SelectList(ViewBag.ActionList, "Value", "Text")).ToHtmlString())
The problem is that, dropdownlist is like disabled, it is not getting opened.
And i need to get row id when i select a value from dropdown, because i need to perform some jquery actions on selected index change of dropdownlist. How can i achieve this?
Regards,
I'm using telerik grid in mvc3 application, and in grid there is a dropdownlist type column:
columns.Bound(o => o.abc).ClientTemplate(Html.Telerik().DropDownList().Name("actionlist").BindTo(new SelectList(ViewBag.ActionList, "Value", "Text")).ToHtmlString())
The problem is that, dropdownlist is like disabled, it is not getting opened.
And i need to get row id when i select a value from dropdown, because i need to perform some jquery actions on selected index change of dropdownlist. How can i achieve this?
Regards,