jqgrid-asp.net-mvc

Dropdown list in jQGrid

Hi all, I have a jQueryGrid in which a dropdown list needs to be implemented. The code that I have written below just displays the data and that too only the first result: new JQGridColumn{ DataField = "DepartmentRoleName", HeaderText = "Deptt Role/s", Sortable = ...

JQGrid - How Can I populate dropdownlist in searchoption from MVC

I found this code for populate searchoption editoptions: { value: "List:School" }, stype: 'select', searchoptions: { value: "List:List Prices;School:School Prices" } But I want to Populate it from Data in Controller use some JQuery Ajax like this $.getJSON(url, function (data) How can I do it.Thanks ! ...