jqgrid Questions

1

Solved

I'm using a tree grid with local data. And I'm interesting in best practices that can improve performance and design of my grid. So I found a related post and would like to know in what case it can...
Condor asked 9/12, 2014 at 19:31

5

Solved

I have jqGrid 3.5 (full) mostly working. I have it retrieving data with the multi-select option on. The one part I can not get to work is getting the selected rows. The docs state: To obtain selec...
Geronto asked 20/8, 2009 at 21:16

2

Solved

I am playing around with jqgrid and I want to edit a row entry. One of the cells is a list so I want some sort of multiselect editor inside a cell. i dont see support for a cell edit where i can ch...
Spears asked 2/2, 2011 at 15:39

2

Solved

I am trying to use Font Awesome icons in place of the jqueryUI icons for the toolbar in my jqGrid (add,edit,delete,view icons). This demo is exactly what I would like to accomplish. I've read Ole...
Duration asked 22/11, 2013 at 18:27

2

My application send timestamp data to jqgrid (like "1268913728759"). now i want to format it like dd/mm/yyyy. In jqGrid I added following line but it doesn't worked {name:'testDate',index:'testD...
Rudnick asked 21/11, 2011 at 12:45

1

Solved

I'm using jqgrid and when deleting a row in the grid i get the alert "Delete selected record?" and when i click ok i have written a code in onClickSubmit to make a ajax call to the controller which...
Azrael asked 21/11, 2014 at 10:59

2

Is it possible to add Model validation to an edit or add jqgrid form? If so, how would it be done? I know that I can create custom validation for each field on a jqGrid form, but how could integrat...
Flabby asked 12/11, 2011 at 14:19

1

Solved

I was checking the demo to implement Multiselect filtering in my project. It is a nice demo indeed but has some issues with it. Select a filter and hit the refresh button then filters are not rese...
Helmholtz asked 15/11, 2014 at 10:18

6

Solved

I'm using jqGrid3.6.5 on google hosted jQueryUI1.8.2 and jQuery1.4.2 I want to change the cell padding of a jqGrid. For testing purposes I want to set it to 10px all around each cell. The only op...
Chen asked 10/6, 2010 at 14:13

3

Solved

Using jqGrid I want to open a cell-editor on double-click, so my code includes this part: ondblClickRow: function(rowid, iRow, iCol, e) { jQuery('#jqGrid').setGridParam({cellEdit: true}); jQue...
Trend asked 1/3, 2012 at 0:21

8

Solved

How does one programmatically select the top row of a JQGrid. I want to have the top row already selected when it is opened on the page. My grid is sorted by a descriptive column so the first row's...
Bikol asked 23/11, 2009 at 21:11

1

Solved

I'm working on the jqgrid which gets bound dynamically. I have got the required output. But i wrote a big code which affects my performance and its not readable. I need someone who can look into t...
Chivy asked 30/9, 2014 at 12:33

3

Solved

Is there a way to delete all rows in one function call? and not by looping through all rows and deleting row by row. Thank's In Advance.
Thalweg asked 28/4, 2011 at 12:6

1

Solved

jqGrid date column for inline editing is defined using colmodel and javascript below. It uses jquery ui-date picker. This is lot of code to maintain and result is ugly. How to use html5 native in...
Menefee asked 25/9, 2014 at 14:8

7

I got a basic jqGrid working in my coldfusion project. One of my fields in jqGrid is a combo box. Currently the editoption values are hard coded just like below. colModel : [ { name:'seqnum',ind...
Filth asked 8/5, 2009 at 20:53

8

Solved

I have a jqgrid that's functionning very well. I was wondering is it possible to catch server sent errors ? how Is it done ?
Unclasp asked 28/10, 2009 at 11:7

1

I want to load data form combobox and textfield data to grid. How to do it? Above Image : select box data in column 1 and textbox data in column 2. Here is my Jsp Grid code: <s:url id="rem...
Assort asked 7/7, 2014 at 5:3

1

Solved

Using this function to return the column names of the grid works fine. The issue comes when splicing the array that it returns. The grid includes a checkbox as the first column so I want to remov...
Hatchway asked 28/8, 2014 at 21:59

2

Solved

I am using jgGrid. Its working perfectly but when i pass about 90,000 records and open the page in google chrome it takes around 8 sec to create a grid which in my case it should be near 3-4 sec. a...
Sternwheeler asked 27/8, 2014 at 11:59

2

Solved

Sometimes I was not getting some small things easily. Today my problem is I am using JQgrid in that I was using filter toolbar to search. It is working fine, but what I need is that search is only ...
Persons asked 24/11, 2012 at 14:35

2

Solved

I'm using the jqGrid columnChooser, like so: jQuery(grid).jqGrid( 'navButtonAdd', pagerDiv, { caption: "Columns", buttonicon: "ui-icon-newwin", title: "Hide/Show Columns", onClickButton: f...
Rhaetian asked 3/5, 2012 at 20:45

3

I am new to jqgrid. I have the following code to insert a new row when a tab key is pressed. It works for the most part of it. But when a new row is inserted, the focus is given to the second Colum...
Hyperaesthesia asked 3/5, 2013 at 10:54

2

Solved

I'm using the method addJsonRows to add local data to a jQgrid. As this method disables the sorting I need another solution. One restriction: I can't set the url and fetch the data from the server ...
Huppah asked 26/7, 2011 at 14:7

1

Solved

I want to use the jQuery UI icon ui-icon-comment as a column header in one of my columns. Is there a way to do that? Alternatively, if that's not possible, is there a way to use a PNG image in the...
Transcendentalistic asked 1/8, 2014 at 19:33

2

Solved

I want to select all the rows of all the pages in a jqgrid programatically for a batch update utility. how do i achieve this? I have tried a lot of things but none seem to work. Can anybody point m...
Gilson asked 24/7, 2014 at 13:29

© 2022 - 2024 — McMap. All rights reserved.