Questions tagged [jqgrid-php]

Tag for the PHP wrapper of jqGrid.

Description

Tag for the PHP wrapper of jqGrid.

For more information, visit: http://www.trirand.net/default.aspx

199 questions
0
votes
1 answer

How to display add form in jqgrid?

$("#list_records").jqGrid({ url: "getGridData.php", datatype: "json", mtype: "GET", colNames: ["UserId", "Mobile Number"], colModel: [ …
Nandy
  • 73
  • 7
0
votes
1 answer

jqGrid. Error to make the sum of a column "Cannot use object of type stdClass"

I'm trying the following example of jqGrid: http://www.trirand.net/demophp.aspx    Functionality Misc    Footer Customization and get the error detailed below: Fatal error: Cannot use object of type stdClass as array…
andres descalzo
  • 14,887
  • 13
  • 64
  • 115
0
votes
1 answer

Jqgrid PHP - export pdf with row numbers column

Hi is there any option to export ordinal numbers column in jqgrid PHP ("rownumbers"=>true)? Or maybe there is other way to generate this column durring export? Thanks in advance $grid->setPdfOptions(array( "page_orientation" => "L", …
0
votes
1 answer

Empty Grid in jqgrid

I am trying to integrate a grid to my PHP project, JQgrid looked so easy!! When i Integrated I was only able to see the grid, not the data in the grid! I have just change the db settings of the sample code to work with my DB. Debug results: When I…
karthik
  • 725
  • 3
  • 10
  • 17
0
votes
2 answers

Individual cell editing in jqgrid

I am using jqgrid to display data, and am having an issue which is making me think there is a limit to what jqgrid can do. I am hoping someone has an answer that allows me to keep using jqgrid which works fine and is in use throughout the site. I…
hypermode
  • 1
  • 1
0
votes
0 answers

How can get all row from subgrid collapsed in Jqgrid

I have made a grid thats working fine and subgrids with it. When subgrid expanded I can get all row from parent Grid and subgrid by: $("#" + parentGrid).find('tr[role="row"]:not(.ui-jqgrid-labels, .jqgfirstrow, .ui-subgrid)').each(function () { …
Hong Van Vit
  • 2,884
  • 3
  • 18
  • 43
0
votes
1 answer

jqGrid - Load data after click on titlebar, initially collapsed

I would like to show initially the grid collapsed (only title-bar showing), then after clicking on the titlebar get the grid expanded, and data loaded from the server. After that, if I collapse the grid, then re-expand it, as data is already there,…
aroth
  • 1
  • 1
0
votes
1 answer

using jqGrid to generate invoice

i want to use jqGrid to generate invoice system in php what i need, i fill the text boxes for invoice items and press add, item should be added in jqGrid. and if i need i can be able to remove any item from grid. and at the end i save that data to…
air
  • 6,136
  • 26
  • 93
  • 125
0
votes
1 answer

JQGrid empty grid and no navigation or edit icons

For some reason, my grid is blank with no rows (not even an empty row), no navigation icons and no editing icons. I'm using a few add-in features such as an autocomplete field (inside the grid), and a font resizing script so my script is a bit long.…
0
votes
1 answer

jqGrid - add Checkbox in toolbar dropdown

I'm trying to add checkbox in dropdown of jqGrid Toolbar, but I can't able to figure out how to do it. I have a multiselect box which is working fine but I want to replace it with checkbox which will be visible on dropdown. My code is { name:…
Raunak Gupta
  • 10,412
  • 3
  • 58
  • 97
0
votes
1 answer

How to display Dropdown with option to Add item in JQgrid

I have a JQGrid and I am displaying a Drop down in a column when the row is opened for inline editing. This dropdown shows already available list items from database. When I save the grid from the clientArray, the updated data is saved in the…
0
votes
1 answer

Problem customizing jqgrid, navGrid button won't show , row fonts way too big in the grid

I've manage to get jqGrid 3.8 working in my project(Zend Framework) using json.While basic fetching of data works i failed to see why i can't see the buttons showed on the navigation panel. here is what i've done on client side:
black sensei
  • 6,528
  • 22
  • 109
  • 188
0
votes
2 answers

jqgrid checkbox can not retain as checked after sorting or searching

Can any body help me to sort out my problem? The problem is: as I have checked some checkbox and than searching using text box or sorting the column, the checked checkbox can not reatin as checked. Here is my code snippet: // PREPARE VARIABLE FOR…
nim
  • 509
  • 6
  • 16
0
votes
1 answer

jqx - Grid sorting on address column not working

I have used jqx grid for displaying customers data. But when i go for column sorting on address column it's not working. I think it's happen because address contains numeric value. here is code var source = { datatype: "json", …
Bhavesh Nariya
  • 365
  • 2
  • 6
  • 25
0
votes
2 answers

Need to override Search Filter url param (_search) in jgrid the jquery plugin?

Hi I have created a user message page with this plugin. The grid will show the user inbox and the user outbox(sent) messages. here's a little code: jQuery(document).ready(function() { //...some stuff currentURL = function() { …
Neo
  • 11,078
  • 2
  • 68
  • 79