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
2
votes
1 answer

Search multiple datepicker on same grid

I'm using multiple datepicker on same grid and I face the problem to get a proper result. I used 3 datepicker in 1 grid. Only the first datepicker (Order Date)is able to output proper result while the other 2 datepicker (Start Date & End Date) are…
DHF
  • 35
  • 1
  • 7
1
vote
1 answer

Is it possible to use the built in multiselect functionality in jqGrid TreeGrids?

I use the jqGrid TreeGrid functionality. Is it possible to use the multiselect functionality with TreeGrid? If not, is there a workaround for this? I would like to have something like when the top level is checked/unchecked and sub level is open all…
Norbert Tamas
  • 4,464
  • 5
  • 23
  • 28
1
vote
1 answer

remove extra query parameters from jQGrid for RESTFul webservice

I am using JQGrid to get the date from the RESTFul web services that i have created on the server now when i try to hit the url http://www.example.com/event/getAllInfo , the jqGrid by default appends…
Hunt
  • 8,215
  • 28
  • 116
  • 256
1
vote
1 answer

Multiple row select with shift key using jqGridRender

I'd like to implement a multiselect function using jqGridRender (the php only version of jqGrid that uses javascript). Anyways i'm having troubles implementing it. I've found solution for javascript (and you can use javascript in predefinded…
Malyo
  • 1,990
  • 7
  • 28
  • 51
1
vote
1 answer

jqgrid php query explanation

I'm trying out jqgrid and I can't figure out this query, specifically what a, b, client and client_id are? $result = mysql_query("SELECT COUNT(*) AS count FROM table_name a, clients b WHERE a.client_id=b.client_id"); I'm trying to adapt the…
mao
  • 1,059
  • 2
  • 23
  • 43
1
vote
1 answer

jqgrid won't load json data

I am new to jqgrid and am trying to use json to load the data. I have tried to use the jqgrid demos as a base and then build from there. The json data looks good, but I can't get anything loaded into the grid. Any ideas? I was hoping the use of…
Jeff
  • 15
  • 1
  • 4
1
vote
0 answers

jqGrid PHP filter by date - today & today +30 days?

I am using JqGrid PHP. This works--- BUT how would I substitute Today for the first "02/10/2012" and today +30 days for the second date? $arr = <<< FILTERDATE { "groupOp":"AND", "rules":[ {"field":"ExpDate","op":"ge","data":…
1
vote
1 answer

Conditionally enable or disable delete record button based on the Content of the cell (not just the the id)

I am new to jquery and jqgrid, but i am comfortable with javascript. However I have managed to install jqgrid after some effort. I have been trying a to find a solution to enable ore disable the delete feature from the navigation bar based on the…
Kaippally
  • 96
  • 10
1
vote
0 answers

jqgrid error message

When I click on "add", a form is opened. Suppose there are few "required" fields on that form and I leave them all empty. Now when I press "submit" button on form, only error about the first "required" field is shown, not for all the required…
joseph
  • 11
  • 2
1
vote
1 answer

how do I change the image in a CellSelect event in jqgrid?

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 thing I have archived It is changing once the grid load…
Rick Salad
  • 83
  • 1
  • 12
1
vote
2 answers

Different SubGrids depend on Main Grid's Column Value in jqGrid

I faced a critical problem with jqGrid today. Let's explain my problem first. I have a main grid which contains the following columns: Scholarship Name .................................. Student…
Tareq
  • 1,999
  • 2
  • 28
  • 57
1
vote
1 answer

How to retrieve column values using columnchooser in JQGrid?

Good day! I am working on a project right now and I am using JQGrid to show my data. As part of its functions, users can choose columns and make these columns as their default columns. I used 'columnChooser' to let my user select for their…
RJ.
  • 77
  • 3
  • 10
1
vote
0 answers

The search field in jqGrid doesn’t return the date: 20-03-2020

The search field in jqGrid doesn’t return the date 20-03-2020. For other dates it's OK, but this date is not being returned. Why? { colModel:[{ name:'data_reg', index:'data_reg', align:"center", editable:false, …
Rino
  • 11
  • 1
1
vote
1 answer

jqGrid v4, custom search form, how to?

Im having some problems creating a custom search form for jqGrid, on the last version (v4). I used before this method: jQuery("#search-form").jqGrid( 'filterGrid', '#grid', options ); However it does not work anymore, can someone…
oxodesign
  • 90
  • 2
  • 7
1
vote
1 answer

How to sum the values of a JQgrid footer row when the value is already in linked

I have this code that needs to be display the total sum of few columns, The JQgrid works fine in normal column value. But when that column value is linked, It shows Nan grid.jqGrid({ data: mydata, datatype: "local", height:…
user1722657
  • 91
  • 1
  • 1
  • 4
1 2
3
13 14