Questions tagged as 'jqgrid'

2
answers

How to load the DropDown in Jqgrid

I have tried different ways to load dropdown from my DB to jqgrid but I really do not get it, the idea is to show the dropwdown and set the selected that I bring it from my DB . Attachment captures: In charge...
asked by 06.07.2018 / 22:21
1
answer

Subgrilla in jqGrid

I'm starting with jqGrid and I'm guiding myself with jqGrid Demos What I need is very similar to the example that appears in Advanced - > Master Detail , only that I need the "Invoice Detail" table to be displayed on another page and I...
asked by 02.04.2018 / 07:04
1
answer

how to add the enter event when doing onchange in a combobox

I have a combobox in the field "ship_via", the combobox appears when I click on the cell and then when I do enter the combobox disappears with the option selected, I think this enter is from the same jqgrid, what I want to do is that when select...
asked by 10.05.2016 / 00:10
1
answer

Auto-fit width of jqgrid within tab bootstrap

I am using jqgrid inside a Tab bootstrap and the grid does not auto-adjust to the size of the Tab, it expands a lot. Is there a way to make the grid fit the maximum Boostrap Tab size? var info = datos; $("#gvsDetalleRevisionErradicar").jqG...
asked by 30.04.2016 / 18:57
2
answers

Sort columns in jqgrid

How can I sort my JqGrid according to the NumUnity column Code: $("#jqGrid").jqGrid({ url: URLTemario + id, mtype: "GET", datatype: "json", colModel: [...
asked by 12.11.2016 / 00:45
0
answers

MVC4 C # problems calling Action from Controller

I have an index.cshtml that contains a JqGrid grid, which is filled with a controller method and works correctly. (invoke the method from the client and fill all its fields) Then I have a function _editRow that is executed when a record o...
asked by 23.04.2018 / 21:58
1
answer

JqGrid close dialog when saving

Hi, I have the problem that I do not know how to tell my Jquery dialog to close when I save, I use the jquery edit dialog in the following way. ondblClickRow: function(rowid){ jQuery(this).jqGrid('editGridRow',rowid);...
asked by 15.03.2017 / 18:23
0
answers

Error saving JqGrid edition

I'm trying to make the edit online and local mode, the error is that when editing a record not edit the correct one but another, and that is because it does not get the correct rowid just returns me: last that is the rowid that returns to m...
asked by 26.12.2018 / 18:54
1
answer

Background color in header Jqgrid

I am trying to place the background for the colNames of Jqgrid I wish something like this: I get this by placing the following directly in the Javascript: colNames:['', '<span class="badge bg-green">Orden N°</span>','Pr...
asked by 13.12.2018 / 23:45
1
answer

How to search in JQGRID?

I have some problem, when wanting to do a search my jqgrid only searches for a column and no more, I want to search for 3 fields and only one column is used for search. any ideas? I want to do the search in a normal way on the table, I already t...
asked by 26.07.2018 / 01:08