jqgrid Questions
2
Solved
Is there anyway I can enable or disable column sorting during runtime?
I can remove or add the class that makes sorting possible, and when I remove it the column can't be sorted. But when I restor...
3
Solved
I have some custom toolbar buttons on a jqGrid. One of them is dependent on a row being selected, just like the built in edit and delete buttons. When the user clicks on it with no row selected, I ...
4
Solved
I have a couple of columns in jqGrid with edittype="select". How can I read the option value of the value currently selected in a particular row?
e.g.: When I provide the following option, how do ...
2
Solved
IM using jqgrids on mvc4, I need to get a simple list and display it using Ajax.
When I load the page then grid starts an Ajax call, I have only 2 columns on grid, user_id and name.
When the Json...
Geraud asked 23/5, 2013 at 15:20
4
Solved
I'm trying to create a JQGrid in my MVC 4 view and getting a
Unable to get property 'msie' of undefined or null reference
error when adding the JQGrid javascript files
bundles.Add(new ScriptB...
0
How to drag the column value of jqgrid to another like dragging in excel?
Can it be resolved?
Below is my jgrid code :
$(document).ready(function () {
$('#form_table').jqGrid('setCell', 2, 'col...
Sandell asked 10/6, 2016 at 17:35
3
is there a way to avoid form closing when adding or editing a row.
Jqgrid is working perfectly in our application, but there is a little problem, when the user is editing or creating a row via for...
1
Solved
I have issue with jQgrid moving first column(multiselect checkbox) at last as given in this answer by oleg.
Issue:
after select and delete the row the grid column is mis-aligned with header column...
Teletype asked 27/5, 2016 at 11:19
2
Solved
Simple question, hard to find an answer:
If I try to select a row programmatically, I use this:
$('#grid').jqGrid('setSelection', rowId);
The problem is that it only selects rows on current vis...
Callas asked 19/7, 2012 at 19:27
2
Solved
I'm working with jqGrid 4.3.2 in an ASP.NET MVC 4 website, jQuery 1.7.2. There are several places in the application where jqGrid is used. My general setup right now is that all editing is done loc...
6
I'm having problem with jqGrid delete mechanism as it only send "oper" and "id" parameters in form of POST data (id is the primary key of the table).
The problem is, I need to delete a row based o...
6
I would like to know how to get row count for jqGrid. I'm using rowNum: -1 so it displays all the rows. I tried using:
parseInt($("#grid").getGridParam("records"), 10)
But it always returns 0.
...
Marlin asked 6/4, 2010 at 19:53
3
Solved
I'm trying to send json string in the get request to the server, here is how it looks before encoding :
filters={"groupOp":"AND","rules":[{"field":"countrycode","op":"eq","data":"ARG"}]}
Natural...
Reticulate asked 22/5, 2011 at 14:48
7
Solved
I want to remove the paging buttons on the grid, but I want to keep the add, edit, refresh, etc buttons on the bottom left. I don't want the pager there because I will be displaying all records in ...
Sparry asked 8/10, 2009 at 22:55
4
Solved
I'm currently working with JQuery plugin for struts2. I would like to know how to reload a JQuery grid without loosing the current scroll position and collapse rows.
In order to reload the data i...
1
Solved
Jqgrid filter toolbar is created using
$(function () {
$grid.jqGrid('filterToolbar', { // this is line myapp.js:797 in stack trace below
stringResult: true,
searchOnEnter: true,
defaultSearch:...
Girlfriend asked 5/4, 2016 at 20:51
3
Solved
I'm looking for a way to allow user to specify vlaue in advanced search dialog in latest free jqgrid.
I tried code below and selected advanced search dialog. Tax field is read-only and cannot chan...
Magdalenmagdalena asked 3/4, 2016 at 17:30
1
Solved
I'm working on a React + Redux application, and I need to display a datagrid with paginated data. I have potentially thousands of rows, but I don't want virtual loading through scrollbar; I want pa...
1
Solved
This is a subject based on "jqGrid - Change filter/search pop up form - to be flat on page - not a dialog" .
I've made the search form to be flat based on the subject , but right now I want not to ...
1
Solved
Free jqgrid does not clear values in filter toolbar if they are removed from advanced searxh dialog.
To reproduce, open advanced searcg dialog in
http://www.ok-soft-gmbh.com/jqGrid/OK/formEditOnD...
Electrojet asked 27/3, 2016 at 19:23
5
Solved
Before, we were using jqGrid.
Later we moved to Backbone.js, started working with Backgrid.
Now, we are evaluating moving Backbone.Views to React components and we can't find any grid plugin / ad...
Christman asked 19/1, 2015 at 22:1
3
Solved
I am newbie in using jqgrid.
While new page load the grid is properly loading the data from database. Afterwards due to loadonce: true the grid is not reloading the data from database for add/edit...
1
Solved
The jqGrid source file I'm using says at the top it's version as jqGrid 4.4.0 , date as Date 2012-06-14
In this wiki page it says that trigger(“reloadGrid”),
Reloads the grid with the current se...
Residentiary asked 8/2, 2016 at 13:21
11
Solved
How to bind jqGrid dynamically?. The columns are not available at design time but will only be available only at runtime.
In the current jqGrid design the colmodels and other properties needs to b...
2
I have a Jqgrid with two subgrids and a groupingView(), when my data is loaded from the server into the grid my subgrid does not want to expand. Only when I page or click the refresh button the sub...
Chalet asked 20/4, 2015 at 6:8
© 2022 - 2024 — McMap. All rights reserved.