Questions tagged as 'jqgrid'

1
answer

Reload JQGrid by passing filter parameters

This is basically to cause the JQGrid function to receive parameters type (date: {}), by events .change and to update the grid. I have a grid that is loaded along with document, but I need to implement some conditions and filters. For...
asked by 03.04.2018 / 12:50
0
answers

Change image name, upload file jquery

Good morning Sirs, Someone who has already worked, or who understands the plugin code file upload jquery ESSE Could you tell me How do I change the name of the image before uploading? Example: The image is named image.jpg and I would lik...
asked by 12.08.2015 / 14:08
1
answer

JqGrid 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. $(function () { jQuery("#grid").jqGrid({...
asked by 12.02.2014 / 19:09
1
answer

JqGrid. onSelectRow - Get field id and pass with url

Oops, I have the following code: // jqGrid // $grid->('onSelectRow', "fnHistoricoPessoa"); // fim jqGrid// // função para onSelectRow// function fnHistoricoPessoa(){ var kwGrid = $("#kwGrid").jqGrid('getGridParam', 'selrow'); if(k...
asked by 18.03.2015 / 19:14
1
answer

How to get a value from a cell with mouseover in jqgrid?

I need to get the value of a specific cell and move it to another tag HTML with mouseover . I've tried: gridComplete: function () { $('.jqgrow').mouseover(function(e) { var rowId = $(this).attr('id'); }); }, But I only get th...
asked by 24.02.2015 / 14:08
0
answers

jqxGrid display special character &

I have an intermittent error, now in the jqxGrid the & is displayed and now it displays '& . Even the dataAdapter, being configured as: contentType: 'application/json; charset=utf-8'. How can I solve this problem...
asked by 07.06.2017 / 13:56
1
answer

CRUD 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 scrolling, which does not exist. If you h...
asked by 03.12.2015 / 19:30
1
answer

JqGrid Configure Sorting

I would like to know if by JqGrid, I have to do a sort order, for example: I have the following columns: Order, Sequence, Procedure, Tooth, Date, Tab. When you click the Order column, I want you to sort by Order, Sequence, and Procedure....
asked by 24.07.2014 / 12:56
1
answer

JqGrid: Assigning 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 is changing the value along with reloadGrid . Creating JqGrid: var listar = '1';...
asked by 04.04.2014 / 14:27