This question is locked. New answers and comments are not allowed.
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.
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.