I have two related one to many entities Race and Cars (on race contains a lot of cars) I need to generate an json result to pass it to jQGrid, i thought may be it is possible to do that without crea
I have a function on my server code that returns a list of ElementRow objects: public class ElementRow {
I have tried hidden: true, width: 0, display: false but still I see the column in the grid. Than I tried
I\'m attempting to use the ASP.Net MVC version of jqGrid to display a simple data grid. One of the columns in my grid is an Enum and jqGrid is displaying is as an int whereas I want to display it as a
I have a jqGrid with a subGrid. When I click on a row of the subGrid, the same row on the main grid becomes selected. I really don\'t know the reason.
The problem both occurs in my application and in official demos reached from my IE7, Windows XP system.
I have a grid in my application. To fill it with data, the user fills out a form and submits it. The server responds with JSON data containing all the results for the grid (the server is not hit again
jqGrid edit and add forms render every field in separate row. If there are more fields than fit to screen, edit form height is greater than screen. Bottom edit fields are not visible and cannot edited
wondering anyone else encountered this problem before - jqGrid works fine when working on my Google Appengine application on local machine (using eclipse+local datastore). When the same the applicatio
Column contains long multiline texts which make row height too big. I tried styles below based on Tony\'s answer in