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 !