jqgrid Questions
2
Solved
I need to add additional dynamic parameter to jqGrid's POST data when I'm adding new record with modal form.
I tried:
$('#table').setPostData({group: id});
$('#table').setPostDataItem('group', id...
Tatman asked 31/5, 2011 at 7:40
1
Solved
In continue of this topic I want to save expanded nodes in cookie. Is it the best way?
I'm not sure in way of JSON data checking.
Why expandRow doesn't work?
var gridId = "#table";
var grid = $(...
2
Solved
iv seen an example by @Oleg for row total sum in jqgrid but i tried to apply it and it wont work i have the following grid i need to calculate the amount value for it.
colNames: ['ID', 'FTE', 'Wor...
1
Solved
I have taken the demo code and tried to modify it to suit my needs, but unfortunately I am unable to get the desired results.
The tree grid is loading and 'binding' but there seems to be an issue...
North asked 7/2, 2012 at 18:39
1
Solved
I use jqGrid to epose some big Tree. Now I want to remember expanded and collapsed nodes in cookies
So I want to catch expand and collaps event. I couldn't find it in manual
So I've resolved it i...
2
Solved
I am using jqgrid to display data present in server how do i show description of data on mouse hover tool tip.
which is the best way to show tool tip on jqgrid?
1
Solved
I have a jqGrid where a row is editable on click (i.e. 'editRow' inside 'OnSelectRow' works fine). But my requirement is to "load the grid with ALL ROWS IN EDIT MODE by default (Inline edit)", so t...
1
Solved
I don't want use ajax to load data in my grid. Theres a way to load all data to main grid and subgrids statically?
In the samples from jqGrid Documentation, the parameter subGridUrl, is needed. Bu...
Saker asked 6/2, 2012 at 17:55
2
Solved
I have a string:
var str = "it's a beautiful day";
I am passing this string to the function:
rowSave(id, str);
rowSave()
var rowSave = function(id, str){
jQuery("#myjqgrid").jqGrid('saveRow...
Nazarite asked 2/2, 2012 at 4:40
2
I'd like to be able to subscribe to the events that are raised during a Sortable drag and drop operation (New in 3.6 Sortable Rows) as I need to persist this information back to storage. I've tried...
1
Solved
jqGrid contains quantity column and add to cart button using colmodel below. Inline editing
is used to fill quantity.
If quantity is fileld and add to cart link on other column is clicked, entered...
Japeth asked 27/1, 2012 at 18:15
1
Solved
Here is my code for creating the jqGrid
$("#ptDataGrid").jqGrid({
datatype: 'local',
data: arrSpecData,
colModel: colmod,
rowNum: 10,
rowList: [10],
pager: '#ptPager',
gridview: true,
rown...
Isogamy asked 25/1, 2012 at 11:32
1
Solved
I am using jqGrid with ui.multiselect.js for column choosing and reordering. The dialog which comes up is resizable but when resized, the contents of the dialog are not resized.
Do you have to hook...
Auriscope asked 24/1, 2012 at 20:4
1
Solved
Please find the column reordering and column chooser dialog as used with jqGrid when used with a ui.multiselect.js.
I want to alter the style of the ui.multiselect plugin without altering the js...
Eglanteen asked 24/1, 2012 at 12:24
1
I use the Toolbar Searching. Can you do a search for multiple words for a column? The delimiter is a space and the search should be done using the Like operator. As a result, the search should retu...
2
Solved
<div class="center">
<table id="results"></table>
</div>
<script type="text/javascript">
$(document).ready(function () {
$("#results").jqGrid({
datatype: "local",...
2
Solved
I am using a jqGrid that has allot of columns to it.
I added the view option (when clicking on a row and then on the 'view' button, in the bottom left corner of the grid, it opens a model with all...
1
Solved
I have a jqGrid and when I do a seach I get a small dialog. There is a Add button at the top which has a "+" sign to add rows for advanced searching. Is it possible to change this button text to a ...
1
Solved
In jqgrid when I hover the mouse on any row it highlights the row. But when I use context enu, the highlighted style is gone for that row.
Now users are not aware which row was the context menu op...
2
Solved
How can you reload a SINGLE jqGrid row?
We know how to reload the entire grid - but we just want to update a single row when we know that the data in the row has changed.
4
Solved
i have a page with a jqgrid on it with filter row at the top. I want to have a link on another page that loads this grid page but with a filter set on one of the columns. is that possible to do fro...
Dehart asked 22/7, 2010 at 18:7
2
Solved
I have a jqGrid treegrid with about 40 columns so there is a large horizontal scroll bar (depending on the size of the browser). The issue is since the width is so large, when the page loads or i d...
2
Solved
How can I hide a row inside my grid? ( not delete it).
Celestine asked 22/2, 2011 at 16:52
2
Solved
When the record count in jqGrid exceeds 1000, there is a visible space between the hundreds and thousands digits. See image below (taken from the jqGrid demo page)
alt text http://img180.imageshac...
Ranice asked 19/5, 2010 at 23:12
3
Solved
I'm sure this is something simple that I'm missing, but I just can't seem to find it. I have a simple jqGrid specified here:
$('#mainGrid').jqGrid({
datatype: 'local',
colNames: ['id', 'name'],
...
Mindexpanding asked 23/4, 2011 at 14:22
© 2022 - 2024 — McMap. All rights reserved.