jqgrid

jQuery Grid for ASP.Net MVC2

Hi, I need to choose a jQuery data grid plugin that plays well with MVC2. I sit firmly on the client side so know nothing of MVC2 so was wondering if any had any particularly good or bad experiences in MVC2 with either of the following: Datatables Flexigrid jqGrid The following functions are required: Free to use commercially Col...

jqGrid - inline editing with autocomplete

Hello, I am sure that I saw it already in an example but can't find it again :( I have a jqGrid with inline editing. That works fine. One column has a select box with 200 entries. Those get retrieved from a database query already. Since 200 entries are too much, I want to have an input field and a live search. Once clicked on it, the ...

jqGrid overlay problem

I come to next problem after this post. After loading data, gray overlay covers everything on page, but grid data. The css div id responsible for that is lui_list. Any idea, how to solve this? That's how I'm running jqgrid scirpt: <script type="text/javascript"> jQuery(document).ready(function() { jQuery("#list").jqGrid({ ...

jqGrid: POST data to server to fetch row data (filtering and searching)

I have a form like this: <form id='myForm'> <input type='text' name='search' /> <input type='text' name='maxPrice' /> </form> and table for my jqGrid: <table id='myGrid'></table> I need to POST (not GET) the data from myForm to my server method in order to fetch the row data and populate the grid. So far, I've not been able to get ...

JQGRID - Is it possible to change the background color of HTML header text in JavaScript?

Is it possible to change the background color of HTML header text in JavaScript? Edited: oops - i did forget to add that is it header text in jqGrid.. i'm sorry about that.. ...