c# - JqGrid Search and Filter in Asp.net mvc -
i have read lots of sites handling searching , filtering in jqgrid couldn't find solution make simple :
[httppost] public jsonresult getgriddata(gridsettings settings) { iqueryable<room> result = services.roomservice.getlist(); var response = helper.jqgrid.generatedata(result, settings); return json(response); }
is possible have helper rest(filters, search, multiplesearch, based on types ...) ?? btw i'm not looking fluent approach in view , goal keep view dynamic , simple can be.
i found this answer close need has been done asp.net , changed default parameter names in jqgrid definition.
thank you
Comments
Post a Comment