Questions tagged [free-jqgrid]

Free jqGrid is the fork of jqGrid. Its development is based on jqGrid 4.7 (before changing of license agreement). It can be used under MIT/GPLv2 license.

Starting with version 4.7.1 jqGrid is now Guriddo and it can be used under Creative Commons Attribution-NonCommercial 3.0 License (see the prices here).

Free jqGrid is the fork of jqGrid 4.7.0 and it can be used under MIT/GPLv2 licenses. It's available on GitHub here and from CDNs, from npm, bower, NuGet and Maven Central. The corresponding Wiki documentation can be found here and here.

552 questions
2
votes
1 answer

jqGrid - Unique ID for new row

I am trying to asign a unique ID to the new rows i add to my jqGrid. I use free jqGrid 4.11.0, a java rest service for the server side and MS SQL for databases. inlineEditing: { ajaxSaveOptions: { contentType: "application/json" }, …
IvanSt
  • 360
  • 4
  • 17
2
votes
1 answer

How to set date search toolbar field width on autoresize

I*m looking for a way to set date toolbar search field width on autoresize. I tried code from How to make html5 date field in search toolbar to respect column width comment: var serverResponse = { "page": "1", "records": "3", …
Andrus
  • 26,339
  • 60
  • 204
  • 378
2
votes
1 answer

jqGrid - Select selected cell's text while inline editing

Part 1) In my grid, I have some editable columns which I would like to do inline editing to. However when I select any particular cell and if the inline editing is available on that cell (editable: true), it should select the text to be edited. For…
Dipen Shah
  • 1,911
  • 10
  • 29
  • 45
2
votes
0 answers

free-jqgrid: clearGridData problems

I am having a strange problem using free-jqgrid 4.9.0. when I load data into my grid using $('#list').jqGrid('setGridParam', {data: filteredData}).trigger('reloadGrid'); everything works fine; the data is added to the current grid. but i get…
low_rents
  • 4,481
  • 3
  • 27
  • 55
2
votes
1 answer

Free jqGrid 4.8.0 - getCell not working after last update

I have just download the latest and greatest sources from the Free-jqGrid GIT. Just replacing the old version I had yield an error, that after a debug found out to be an issue with the getCell function. The following: celValue =…
Tal
  • 391
  • 2
  • 11
2
votes
1 answer

Free jqGrid 4.8.0 - Hidding the 'of X' in the pager bar where it says 'page Y ox X'

In continues to this great answer, I'm looking got a way to remove the "of X" part that is part of the pager 'page Y of X'. So in case I'm working in a streaming mode, where I only know there is one more page ahead, without knowing how many real…
Tal
  • 391
  • 2
  • 11
2
votes
1 answer

formediting modals shows at wrong position

When I moved from triand-jqGrid 4.6.0 to free-jqGrid 4.8.0 formediting broke This is because my jqGrid is inside a div with position: absolute; z-index: 0; so when the edit modal is rendered inside the gbox div of the jqGrid and the overlay is…
2
votes
1 answer

jqPivot is grouping column headers that do not belong to the group

I am trying to utilize the column header group functionality of jqgrid's jqpivot to have two column headers (A header for day of the week, and another header for the actually date). var crewAttendance = { "total": 1, "page": 0, "records": 7, …
2
votes
1 answer

How to make element sizes to fill cell sizes and increase font in free jqgrid inline and form editing

jqgrid font size is increasing according to answer from How to change the font size in jqGrid? using .ui-jqgrid tr.jqgrow td { font-size: 1.2em; } Unfortunately this does not change inline and form editing element font sizes. I'm looking for a…
Andrus
  • 26,339
  • 60
  • 204
  • 378
2
votes
1 answer

How to set row id from server after adding new row in free jqgrid

Free jqgrid does not set row id if new row is added using form editing, saved to served and server returns autogenerated row id. Subsequent editing of added row causes error. I tried free jqgrid from github using code below but problem presists. To…
Andrus
  • 26,339
  • 60
  • 204
  • 378
2
votes
1 answer

How to keep grid width if colums are switched in column menu

jqgrid has fixed width. I tried code below based on How to change column name in column chooser pop up in jqgrid? to create column switcher. After turning some column on or off grid width changes to full screen. How to fix this so that grid keeps…
Andrus
  • 26,339
  • 60
  • 204
  • 378
2
votes
0 answers

jqGrid does not working onSelectRow which datatype is json

datatype:'json' => loadComplete event ok! but onSelectRow event not ok! datatype:'local' => loadComplete event ok! and onSelectRow event ok! Why!? jquery-ui-1.9.0.custom.min.css, ui.jqgrid.css, jquery-1.8.2.js, jquery-ui-1.9.0.custom.min.js,…
1
vote
1 answer

Guriddo Jqgrid - Multi-select filter issue

I want to use multi-select filter in Guriddo jqgrid. But one of my record contains comma in the data. I want to filter those records using multi-select filter having comma in the data using delimiter as ';' and key value separator as ':'. My…
1
vote
1 answer

Vertically aligned grid with jqgrid plugin

I am trying to build a grid with headers in column1 and the values(data) in the subsequent column. The grid will look like this. sample grid I went through multiple articles, documentations and examples on jqgrid and the closest I could get is the…
Nh_geek
  • 11
  • 3
1
vote
1 answer

Dynamically Change Populate Select List after Edit From Displays

I am using jqGrid 4.15.6-pre I have a Select list in my edit form that populates using dataURL in the onSelect function based on a couple of parameters. There is a input element on the edit form that has a function bound to it that can change one of…
Steve Dyke
  • 155
  • 3
  • 14
1 2
3
36 37