Most voted "jqgrid" questions
jqGrid is an AJAX-enabled Javascript controller that provides solutions for tabular data representation and manipulation on the web.
Learn more…30 questions
Sort by count of
-
11
votes1
answer796
viewsHow to bring the total of each column in Footerrow from a jqGrid?
I’m using the property grouping of jqGrid (4.6.0) with jQuery(1.11.0), but I could only generate the total per column and that’s not what I want, I would like the overall total. jqGrid contains the…
-
5
votes1
answer174
viewsHow to export inside the subGrid?
Information: I’m using the jqGrid(4.54), and also implemented the SubGrid, after opening the SubGrid, it is necessary to export the contents of the open table. Question: There is a way to implement…
-
4
votes2
answers564
viewsjqGrid does not call the blockUI method without using window.setTimeOut when ajax request fails
I’m using jqGrid 4.54 in my project and I want to put a message blocking the whole screen with the plugin blockUI when my AJAX request encounters some server error like 500 error. I know that the…
-
4
votes1
answer1994
viewsGrouping in the Ireport
I am developing an application in Java where I extract PDF and EXCEL reports, using Jasper with Ireport(3.7.2).One of these reports needs to have data grouped by a certain element. I did some…
-
3
votes1
answer1066
viewsHow to make a hover effect change another "object" selected in jqGrid?
I have two classes A and B, I need that when you mouse over A what changes is the value, color etc of B. I don’t know if I can do this in CSS or using Onmouseover.
-
3
votes1
answer874
viewsHow to translate jqGrid to 'en'?
I downloaded jqGrid version 4.8.2 and when trying to change the language from 'en' to 'en' always displayed the message 'Undefined'. I copied the file with the information to 'en' and changed all…
-
3
votes1
answer505
viewsDoes jqgrid support line break formatting?
I’m developing an application where I use Jquery(1.11) with Jqgrid(4.54). This application has already been developed in ASP, where in its contents there is a login data totalizer along with the…
-
3
votes0
answers278
viewsJQGRID Frozen Columns - Duplicating information
I am using the Frozen column option, as it is in the documentation, as follows: jQuery(grid_selector).jqGrid({ url:urllst, datatype: 'json', height: 'auto', width: 'auto', ignoreCase: true,…
-
2
votes1
answer100
viewsFormatting of subGrid in IE is not configured
var subgrid_table_id; subgrid_table_id = subgrid_id + "_t"; jQuery("#" + subgrid_id).html("<table id='" + subgrid_table_id + "' class='scroll'></table><div…
-
2
votes1
answer501
viewsJqgrid: Frozen column
I wonder if anyone ever put up a column frozen: true with the cellEdit: true, I checked in the doc that there is a restriction of the same. Does anyone know somehow to accomplish the Frozen being…
-
2
votes1
answer316
viewsJqgrid, shows success in loading, but does not mount Grid
I’m with a grid on my website I use the JqGrid. What is happening is that when the data comes back from the request, they are formatted the right way because the data itself JqGrid enters the method…
-
1
votes0
answers214
viewsChange image name, upload file jquery
Good morning Gentlemen, Someone who has already worked, or who understands the code of the jquery file upload plugin THAT ONE Could you tell me how I change the image name before uploading? Example:…
jquery jquery-ui jquery-mobile jquery-validate jqgridasked 9 years, 4 months ago Jeferson Kaefer 435 -
1
votes1
answer204
viewsJqgrid Error saving data field via Datepicker
I have a problem that when saving a field via datepicker, the same instead of sending the value, sends the same via input, this case is only in cases where the enter button is not pressed.…
-
1
votes1
answer152
viewsTake data after gridComplete
I need to get the full json returned by the jqGrid query, as I do? ... gridComplete: function(data) { console.log(data); //não funciona });
-
1
votes1
answer237
viewsJavascript does not accept variable value
I am trying to make a function to call a GRID that will be different depending on the parameter I pass. This is the function: $JQuery(document).ready(function() { $.ajax({ url:…
-
1
votes1
answer227
viewsReload Jqgrid by passing filter parameters
It is basically to make the Jqgrid function receive parameters type(date: {} ), by the events .change and update the grid. I have a grid that is loaded along with document, but need to implement…
-
1
votes2
answers238
viewsHow to put the option to mark all Checkbox in Jqgrid
I need to put the Mark and Deselect option on all checkboxes listed by JQGRID I can’t imagine how to do it. Below the JS table. var grid = $("#jqGrid").jqGrid({ url:…
-
1
votes0
answers20
viewsPlace Progressbar inside a JQGRID cell
Como Coloco the Progressbar within the last column according to the Time Travelled? var grid1 = $("#jqGridRiscoAcao").jqGrid({ url: '/Qualidade/RiscoAcao/Listar', datatype: 'json', mtype: 'GET',…
-
1
votes0
answers16
viewsCustom mask does not work on jqGrid
I need to insert a phone mask, CPF, CNPJ in some columns of jqGrid, but it doesn’t work at all!!! I have already followed the example in documentation, I checked in various websites and nothing.…
-
0
votes1
answer498
viewsJqgrid Configure Sort
I wonder if by Jqgrid, I can do a sort configured, for example: I have the following columns: Request, Sequence, Procedure, Tooth, Date, Guide. So when you click on the Request column, I want you to…
-
0
votes1
answer715
viewsJqgrid: Assign value to Postdata
I’m having trouble setting values in postData of a Jqgrid, below are the creation of the grid, the received JSON and the function that changes the value along with the reloadGrid. Creation of the…
-
0
votes1
answer355
viewsHow to take a value of a cell with mouseover in jqgrid?
I need to take the value of a specific cell and move it to another cell tag HTML with mouseover. I’ve tried to: gridComplete: function () { $('.jqgrow').mouseover(function(e) { var rowId =…
-
0
votes1
answer563
viewsJqgrid. onSelectRow - Grab field id and pass url
Oops, I have the following code: // jqGrid // $grid->('onSelectRow', "fnHistoricoPessoa"); // fim jqGrid// // função para onSelectRow// function fnHistoricoPessoa(){ var kwGrid =…
-
0
votes1
answer991
viewsCRUD with jQuery, PHP and SQL Server: table with total, subtotal and auto filter
Hello, Community! I have tested some jQuery plugins to generate table that support CRUD. Here’s my review of them. jQuery jTable Excellent plugin, but has annoying limitations like horizontal…
-
0
votes0
answers38
viewsjqxGrid display special character &
I have an intermittent error, or jqxGrid is displayed the & now he displays '&. Even the dataAdapter, being configured as: contentType: 'application/json; charset=utf-8'. How can I solve…
-
0
votes1
answer299
viewsJqgrid calling a function by clicking on a cell passing the line id
Good morning, I need 2 help from you. First time with Jqgrid. 1- I need to add another column on the grid with an image that will call a modal by passing the value of the line ID. 2- I also need to…
-
0
votes1
answer204
viewsJQGRID change the color of the line or data if the return is NULL or White
Could I condition a different color if a column is blank in GRID? Something like this: if Shop ="", red line color $table.jqGrid({ url: url, datatype: 'json', mtype: 'GET', postData: {…
-
0
votes1
answer79
viewsIs it possible to change the css3 of the table (in Jqgrid) to change the positioning on the page?
It is possible to change the table positioning on the Jqgrid library page? When the Jqgrid table returns too much data, it creates a vertical scroll bar. When going down to view the last records the…
-
0
votes1
answer74
viewsJqgrid put phone mask on column output in Jqgrid?
Code of the table that mounts JQGRID: var grid = $("#jqGrid").jqGrid({ url:'/Portaria/Agenda/Listar', mtype: 'GET', datatype: 'json', colModel: [ { label: 'Id', name: 'id', width: 50 }, { label:…
-
0
votes1
answer103
viewsDouble click Jqgrid does not work in Cellular
I have a Jqgrid that works perfectly in the browsers of the computer, however when I open on mobile, the double click function stops working. $table.jqGrid({ url:…