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

[Solved] dropdownlist in telerik grid

0 Answers 29 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Anant
Top achievements
Rank 1
Anant asked on 20 Sep 2012, 06:23 AM
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,

 

 

 

Tags
Grid
Asked by
Anant
Top achievements
Rank 1
Share this question
or