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

[Solved] Get inner dropdown of mvc grid change event

0 Answers 69 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.
Gaurav
Top achievements
Rank 1
Gaurav asked on 02 Jul 2012, 09:10 AM
Hi, 
I have a telerik mvc grid, and have a column containing dropdownlist from below code.

            columns.ForeignKey(dscr => dscr.TermAction, (IEnumerable)ViewData["TermActionTypeList"], "Id", "ActionType").Title("Override").Width(95);


i want to access it's onchange event, and perform some task based on the selected value (using jquery or else). Is there is any way to do it.

Thanks in advance.
Tags
Grid
Asked by
Gaurav
Top achievements
Rank 1
Share this question
or