jqgrid-php Questions
6
Solved
i'm currently doing editing using inline editing, and when i click outside the grid, it's still being under edit. what event handlers should i use to make it call the restore row function, such tha...
Honour asked 22/3, 2011 at 0:11
6
Somebody knows a way to export the data from a jqgrid to excel?
I want to do a report using this jqgrid that i think is awsome. But i need to save or print this report somehow, because is informat...
Cychosz asked 3/2, 2010 at 0:11
1
Solved
I have a two column header Phase1 & Phase 2(image 1). Now showing the column names(Image 2) in column chooser window
Name
Category
Subcategory
Category
Subcategory
I want to show diffe...
Nestle asked 31/3, 2015 at 9:57
1
Solved
I want support for drop-downs in the toolbar filter fields as Filter toolbar drop-down not working in jqgrid 4.6.0 version. But it is working in 3.8 .version
I have referred the link for 3.8.
Ple...
Christalchristalle asked 19/3, 2015 at 9:31
1
How can I implement a righ-click context-menu in JqGrid for PHP ?
I am trying this solution by Oleg, but it is not working.
I would like to get this:
grid.php snippet:
$rightclick = <<...
Spiffing asked 3/2, 2014 at 16:18
1
Solved
I would like to highlight the search results, when using the filter toolbar.
I tried to use the solution Oleg and Abhishek Simon provided here,
but it is not working in JqSuite for PHP.
grid.php...
Luiseluiza asked 3/2, 2014 at 8:31
1
Solved
How can I get column info (name or ID) in my custom-format function?
Some code in grid.php:
$grid->dataType = 'json';
$grid->setColModel();
My custom format function
function formatPdf...
Margo asked 17/12, 2013 at 12:23
1
Solved
Is there any method I can get the full JSON data from jqGrid when datatype is local along with the column name?
In this format: [{"firstname": "Chris"},{"firstname": &...
Sholem asked 18/6, 2012 at 13:35
1
Solved
I have a grid that implements grouping but would like to expand on the details that display in the groupText: area. Ideally I would be able to take data about that grouping and display in that grou...
Backboard asked 29/5, 2012 at 16:27
1
Solved
Can Some one help me, I have a jqgrid and I want to highlight the row if the checkbox is true, thanks!!
this is what i want to make in this project...
function loadjqGrid(jsonGridData){
var xa...
Tamarra asked 10/5, 2012 at 8:13
1
Solved
I am having trouble because in a onCellSelect event of the jqgrid I want to change the image of a cell, for example once I click inside the cell I want to change the image like this:, the only thin...
Maugham asked 3/10, 2011 at 20:54
1
Solved
I have the code below:
$buttonoptions = array("#pager",
array(
"caption" => "Select Product",
"onClickButton" => "js: function() {
var selr = jQuery('#grid').jqGrid('getGridParam', 'sel...
Tilburg asked 24/8, 2011 at 16:46
1
Solved
When i tried to check the check box in jQgrid it selecting the values that's fine ,and in that i have the custom formatter text field with out entering the values in text field and tried to select ...
Moray asked 14/7, 2011 at 13:29
1
Solved
After having exported data using jqGridExport we import using jqGridImport. First problem was that the bottom bar options did not come back so I added that code after. So code looks like:
$("#lis...
Peel asked 25/3, 2011 at 6:3
1
Solved
I am using jqGrid 3.6.4 and a jquery 1.4.2 . in my sample i am getting following json data format & i want to map these json data into rows of a jqgrid
{
"page": "1",
"total": 1,
"records": "6...
Chickamauga asked 22/4, 2010 at 12:19
1
© 2022 - 2024 — McMap. All rights reserved.