jqgrid Questions
16
Solved
I'm using Oleg's select2 demo, but I am wondering whether it would be possible to change the currently selected value in the dropdown menu.
For example, if the four values loaded were: "Any", "Fru...
Postaxial asked 28/10, 2013 at 16:20
1
Solved
I am trying to add the multi-select filter to my PROVIDER column in the jqGrid. I am able to add the select filter but now I am converting it to the multi-select filter. I referred to a few old pos...
Impropriety asked 10/6, 2019 at 14:34
2
Solved
I want to preload a set of filters on initial load of the grid. The reason for this is that I am planning to store the last selected filter in a session variable so the user will come back to the g...
Flittermouse asked 13/2, 2012 at 17:4
9
Is there any way to get jqGrid to adjust its height automatically to the number of rows; but when a certain height is reached that its height cannot increase anymore and that the vertical scrollbar...
2
Solved
I am having a bear of a time finding any updated JQGrid documentation.
the best one I could find is over a year old: http://www.secondpersonplural.ca/jqgriddocs/index.htm
Is there a new one s...
Plantagenet asked 15/1, 2012 at 1:13
5
Anybody out there who have tried to use JQGrid a Jquery plugin with django?
Please share your knowledge/code samples
Gath
2
Solved
We have a grid with datatype json.
We have the following custom formatter:
function opsFormatter (cellvalue, options, rowObject){
'<a title=MA href=javascript:showDialog(' + rowObject[5] + '...
Holloweyed asked 27/10, 2010 at 19:9
5
Solved
I've looked at the documentation but I've been unable to find an answer. Is there a way to prevent a row from being highlighted when selected? That or even a way to stop the row being selected at a...
Grackle asked 27/1, 2010 at 15:30
4
I want to access grid data as below
var namePresent;
var datafromgrid = $('#MyGrid').jqGrid('getRowData');
for (var i = 0; i < rowCount; i++) {
var name = datafromgrid[i].Name;
var firstna...
4
Solved
How can one get the ID's of every row in a grid, even across pages?
getDataIDs and getRowData only gives the ID's of the current page.
Thanks!
Goraud asked 20/6, 2011 at 18:16
5
Solved
I am implementing jqgrid in my asp.net MVC web application.
In my grid i have two columns edit and delete. The delete should be visible only if the user is logged as admin .
How can we dynamicall...
Detonate asked 22/10, 2013 at 11:52
4
Solved
I have been trying to get a grid to be updated from the datasource when a button is pushed.
So I have in the click event something like this:
$('#grid').jqGrid('trigger','reloadGrid');
However...
Beker asked 28/6, 2010 at 18:38
6
I'm trying to use jqGrid with local data and I'm finding a couple of issues:
I'm initializing the thing like so:
function refreshGrid($grid, results)
{
$grid.jqGrid({
data: results,
datatype: ...
3
I've noticed a small bug with jqgrid that if you have virtual scrolling set to 1 and try and try to select all rows it doesn't actually select them all meaning when you call
$("#file-grid").jqGrid...
Petrous asked 18/7, 2010 at 20:51
9
Solved
I have the following jqgrid that uses the jquery ui theme imported to my master page.
$("#shippingscheduletable").jqGrid({
url: $("#shippingscheduleurl").attr('href'),
datatype: 'json',
mtype:...
Balboa asked 11/10, 2010 at 16:37
4
Solved
I have a jqGrid where I get data at once from server (java) in JSON format. I want the data in the jqGrid to be exported into Excel format.
Till now I saw this page which gives me an error in IE '...
Greathouse asked 19/7, 2011 at 5:15
14
Solved
Is it possible to make it so that a jqGrid will have a width set to 100%? I understand that column widths must be an absolute pixel size, but I've yet to find anything for setting the width of the ...
Wild asked 16/6, 2010 at 16:33
7
Solved
I have a wide jqgrid that I have narrowed by mean of the width property. When I used that, no horizontal scroll bar appears. How can I show it?
Any help will be greatly appreciated,
Thanks
Jaime...
1
Solved
I'm using free-jqgrid 4.15.2 as navigation. It's in tree mode and when users collapse a node, the default behaviour is to immediately select it. I'd like them to be able to hide sections of the men...
Acanthus asked 7/3, 2018 at 23:17
3
Solved
I'm using jqgrid with jquery-ui 'smoothness' theme, unfortunately with this theme the selected row background color is too light, I'm trying to change the background color to make it more visible. ...
2
Solved
I am trying to implement bootstrap select2 with jqgrid form but can seem to get it right.
on the colmodel of the jqgrid declaration I have:
{name: 'staff', index: 'staff', width: 31, formoptions...
Lashondalashonde asked 16/10, 2013 at 5:9
3
I would like to apply an extra class on specific columns in, i know this is possible for the rows by specifying this in the colModel. But the classes are only applied to the columns in the "result ...
Attest asked 14/11, 2013 at 10:23
3
Solved
I dont know why, but im using jqGrid and pager not show properly. I could show the viewrecords, but pager not. The rest of the table works ok.
Could anybody give me any idea about where is the pro...
Rodas asked 8/9, 2011 at 13:30
4
Solved
I have a grid that I am retrieving the entire set of data for, then want the users to have the ability to sort the resulting data. I am using the following attributes, but the grid does not sort. I...
Pompei asked 2/2, 2012 at 22:58
3
Solved
Is there a way to toggle the multiselect option of a grid?
Changing the multiselect parameter of the grid and calling for a reload has the side-effect of leaving the header behind when disabling o...
Dorwin asked 30/11, 2011 at 18:33
© 2022 - 2024 — McMap. All rights reserved.