Questions tagged as 'jqgrid'

1
answer

How to bring the total of each column in the FooterRow of a jqGrid?

I'm using the jqGrid (4.6.0) property with jQuery (1.11.0) , but I was only able to generate the total per column and not That's what I want, I'd like the grand total. The jqGrid contains the grouping property that contains the grou...
asked by 11.03.2014 / 19:37
1
answer

How to export within the subGrid?

Information: I am using jqGrid(4.54) , and also implemented SubGrid , after opening SubGrid , it is necessary to export the contents of the open table. Question: Is there a way to implement a button or a link within Su...
asked by 31.01.2014 / 16:31
2
answers

jqGrid does not call the blockUI method without using window.setTimeOut when the 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 blockUI in> when my AJAX request encounters an error on the server as error 500. I know that 2.66.0 does not work with synchronous A...
asked by 29.01.2014 / 14:02
1
answer

Grouping in Ireport

I'm developing an application in Java where I extract reports in PDF and EXCEL, using Jasper with Ireport (3.7.2) . One of these reports requires data grouped by a certain element. I gave a researched and only found resolutions with ve...
asked by 07.04.2014 / 20:32
1
answer

How to make a HOVER effect change another selected "object" in jqGrid?

I have two classes A and B, I need when I hover over what changes the value, color etc. of B. I do not know if I can do this in CSS or using OnMouseover.     
asked by 03.07.2014 / 21:33
1
answer

How to translate jqGrid to 'en-br'?

I downloaded jqGrid from version 4.8.2 and tried 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 the texts to 'en-br'. Below is the entire contents...
asked by 31.05.2015 / 15:38
1
answer

Does JqGrid support formatting with line break?

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 your content there is a data totalizer per login along with the data displayed as a result in the tab...
asked by 06.03.2014 / 18:27
0
answers

JQGRID Frozen columns - Duplicating information [closed]

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, colNa...
asked by 02.07.2014 / 22:10
1
answer

SubGrid formatting in IE gets unconfigured

var subgrid_table_id; subgrid_table_id = subgrid_id + "_t"; jQuery("#" + subgrid_id).html("<table id='" + subgrid_table_id + "' class='scroll'></table><div id='paginacaoSub'></div>"); jQuery("#" + subgrid_table_id).jqG...
asked by 30.01.2014 / 17:44
1
answer

JqGrid, shows success in loading, but does not mount to Grid

I have grid on my site that I use JqGrid . What is happening is that when the data comes back from the request, they are formatted correctly because the JqGrid itself enters the loadComplete method, however, it does no...
asked by 21.01.2016 / 22:43