Questions tagged as 'jqgrid'

1
answer

JqGrid: Frozen column

I would like to know if someone has already placed a frozen: true column with cellEdit: true , I checked the doc that there is a restriction of it. Does anyone know of any way to do the frozen being the column editable? (forc...
asked by 07.04.2014 / 21:14
1
answer

JQGrid double click does not work on Mobile

I have a JqGrid that works perfectly in the browsers of the computer, however when I open the cell phone, the double click function stops working. $table.jqGrid({ url: '/Representantes/ConsultaEntrega/lista', datatype...
asked by 30.05.2018 / 18:45
1
answer

Catch data after gridComplete

I need to get the full json returned by the jqGrid query, how do I? ... gridComplete: function(data) { console.log(data); //não funciona });     
asked by 27.08.2015 / 15:42
1
answer

JavaScript does not accept variable value

I'm trying to do 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: "/main/conciliacao/gera-colunas/tabela/<?php echo $tab...
asked by 30.01.2015 / 14:59
2
answers

How to put the option to check all the Checkboxes in the JQGrid

I need to put the option to check and uncheck all checkboxes listed by JQGRID I can not imagine how. Below the table JS. var grid = $("#jqGrid").jqGrid({ url: '/Expedicao/Minuta/CarregaTransportadorNotas', datatype: 'json...
asked by 27.04.2018 / 20:55
1
answer

Is it possible to change the css3 of the table (in JqGrid) to change the positioning on the page?

Is it possible to change the table's placement on the JqGrid library page? When the Jqgrid table returns a lot of data, it creates a vertical scrollbar. When descending to view the last records the table goes to behind the menu but does no...
asked by 17.04.2018 / 14:59
1
answer

Jqgrid put phone masks in 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: 'Nome', name: 'n...
asked by 18.04.2018 / 15:46
1
answer

JQGrid call a function with a click on a cell passing the line id

Good morning, I need 2 help from you. First time with JQGrid. I need to add another column in the grid with an image that will call a modal by passing the value of the line ID. 2- I also need to put a function that will open the editing sc...
asked by 19.03.2018 / 13:38
1
answer

JQGRID change the color of the row or data if the return is NULL or White

Would I have to condition a different color if a column is blank in GRID? Something like: if Store="", red line color $table.jqGrid({ url: url, datatype: 'json', mtype: 'GET', postData: { represe...
asked by 09.04.2018 / 19:28
0
answers

Put Progressbar inside a cell JQGRID

How do I put Progressbar within the last column according to Time Traveled? vargrid1=$("#jqGridRiscoAcao").jqGrid({ url: '/Qualidade/RiscoAcao/Listar', datatype: 'json', mtype: 'GET', postData: { IdRisco:...
asked by 20.07.2018 / 21:23