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
1
vote
1 answer

Adding a new column to existing JQ GRID

I am working on AbanteCart in which there is use of JQgrid to show the order related information in tabular form. Now , I want to add a new column to this table. The code I have tried till now goes as follow: $grid_settings['colNames'] = array( …
Amol Bharmoria
  • 239
  • 4
  • 23
1
vote
1 answer

jqrid keep form open after click any where

I am using JQgrid my problem is when I am click on add (+) button at that time form is open for adding records. I want to keep this form Open until and unless user click over save or cancel. Currently It is closing when I am clicking outside of…
Chintan Gor
  • 1,062
  • 2
  • 15
  • 35
1
vote
1 answer

All option for top and bottom pager control

I use the below code to apply "all" option in pager dropdown. This is only apply for bottom pager only not for top bar. Please help me to apply this for both top and bottom pager rowList: [5, 10, 20, 50, 1000, 10000000], pager: '#pager $("#pager…
user3085540
  • 275
  • 3
  • 12
  • 27
1
vote
1 answer

JqGrid not being initialized

I am trying to use jqGrid to present data in a easy to read manner for analysis, however I am running into an error where I can either have the Json displayed or the grid but not both. I have tried various solutions to my issue but none seem to…
bgh
  • 99
  • 9
1
vote
1 answer

How to set Row data using rowid and column name in jQgrid

I've added a custom icon using below code in jqgrid Actions column. When the cutom icon is clicked, a pop up is opened with Textarea, Save and Close buttons. When I click Save button I wanted to save the text entered in textarea to a hidden field…
1
vote
1 answer

Exporting Specific jqGrid columns to Excel Sheet

I am exporting my grid data to an excel sheet and everything is working awesome. Only thing is I want to include only certain columns. Only the following: id,name,assign date,check date,due date, notes. How to do this? Here is what I have so far:…
NewHistoricForm
  • 121
  • 1
  • 8
  • 26
1
vote
0 answers

Data still not displaying using jqGrid after doing some tips found around the net

I'm still having difficulty displaying data using jqGrid. I found some resources that might help me like the one found here and even copying the code found here. I've been trying to solve this for so many hours but still I fail to do so. Can someone…
Jairo
  • 39
  • 1
  • 9
1
vote
1 answer

JqGrid - Verify data and if not exists in database show an alert

Firstly I'm sorry... the title is not the appropriate but I didn't know how to write this title so... Now, let's to the question... I have a grid and I need to do the following: I need to verify if some data are on database, and if there isn't, I…
mailazs
  • 341
  • 6
  • 22
1
vote
0 answers

Jqgrid virtual scrolling load next set of rows programmatically

I am using Jqgrid with virtual scrolling, I am loading the first 25 records in the grid. I would like based on certain action to load the next 25 records when I click on a button instead of scrolling down with the scrollbar. Is there any way of…
Alaa Osta
  • 4,249
  • 6
  • 24
  • 28
1
vote
1 answer

Upload file with Jqgrid using ASPNET MVC 4, ajaxFileUpload and Webpi

I can't make the upload work using (ajaxFileUpload ) but I can't make it work. I'm following this post but the UploadImage function is not being called. I mean, seems that afterSubmit event is not being fired. Any ideas…
polonskyg
  • 4,269
  • 9
  • 41
  • 93
1
vote
1 answer

posting row_id with URL: when expanding jqgrid to load subgrid

I m trying to load a jqgrid as a subgrid by posting parent row key (dept_id) to url:'sub_grid_load_dept.php', when expanding grid. But have no idiea how to do it in a simple way. here is my code jQuery("#grid-dept").jqGrid({ …
tutorame
  • 13
  • 4
1
vote
3 answers

change value of textbox in search box before find

i am trying to implement complex search functionality in jgrid. But i want to change the value that a user specified in a search box before user presses find button. Here you can see the values 17 20 35 36 37 53 54 and i want those values comma…
Hunt
  • 8,215
  • 28
  • 116
  • 256
1
vote
1 answer

jQGrid with Oracle db

I am using jqgrid with oracle database. The fundamental problem is that seemingly everything is correct that not only displays the information in the database table. I leave here all the code that might help me. book.php
zmki
  • 1,173
  • 2
  • 8
  • 8
1
vote
1 answer

Getting [obj is undefined] in jqgrid

I'm having trouble using the jQgrid, when I initialize the jqgrid with json datatype it results to an error: obj is undefined ret = obj[expr]; When I initialize the jqgrid with local datatype, the error will not occur but the json data will not be…
jjz
  • 2,007
  • 3
  • 21
  • 30
0
votes
1 answer

strange behavior in jqgrid in getting record id in form dialog

in my jqgrid i have field in a table which represents the id and i have set it as follows {name:'e_info_id',index:'e_info_id', width:60, sorttype:"int",key: true} and for json reader i have set it as jsonReader : { repeatitems: false ,id:…
Hunt
  • 8,215
  • 28
  • 116
  • 256