jqGrid-ASP.NET is a commercial grid component for ASP.NET & PHP based on the world's most popular and flexible jQuery grid plugin jqGrid.
0
votes
0answers
12 views
jqGrid heavily loaded edit options
I have a jqGrid row that I want to edit with a click on the row. One of the columns is a Select column and has more than 20,000 items in it. I use EditOptions property of the column to attach these ...
0
votes
1answer
8 views
jqSubGrid not loading with data
I do realize many have asked this same question. I have tried all other suggestions and have had no success. I know for sure its something I am overlooking and wanted a second set of eyes to help me. ...
0
votes
0answers
40 views
Jqgrid wont load Json Data
I have been looking for a grid program for awhile and after looking through these pages came up with Jqgrid as the one to go for. So I am new to this.
Issue I am having is loading my grid with the ...
1
vote
1answer
60 views
How to bind IEnumerable List to JQGrid
I need to bind an IEnumerable List to JQGrid using ASP.NET MVC 2. currently i'm having the following.
Model:
public class Client
{
public int ClientID { get; set; }
...
1
vote
0answers
43 views
Append Data to jqGrid
I'd like to append data to jqgrid so when the user hits See more button, it loads additional data retrieved via JSON request.
Html
<div id="SeeMoreSearchResultsDiv" class="scroll" ...
0
votes
0answers
215 views
Trouble updating shopping cart using C# MVC 4, JQuery, AJAX, jSON
I have This code in a C# MVC 4 VS2012 project. I need to be able to update the shopping cart using jSON data with JQuery/AJAX, i'm using jqGrid to display the data and pulling the shopping cart items ...
0
votes
1answer
30 views
ASP.NET Webforms - JQGrid Populate Data with ObjectDataSource (Object in Object)
Here's my try about JQGrid :
<JQ:JQGridColumn
DataField="ID"
PrimaryKey="true"
DataType="int"
HeaderText="NO"
...
-1
votes
1answer
100 views
JQgrid 4.5 ASp.NET WebForms Populate Data with JQuery
I'm new at JQGrid. I can bind data to it via codebehind but i don't know how to bind from JQuery could you show me a source which i can learn how to do that ? Thank you
0
votes
0answers
18 views
Can we edit frozen column in jqgrid
I have a jqgrid with inline edit and few frozen columns. I gathered some information on how to make this work from here. The answer in the link has a frozen column which is multi-select.
But what I ...
3
votes
2answers
109 views
jqGrid sorting a column while grouping consider grouping header
I have jqgrid. I've grouped few rows based on a column value. Working demo is available at link
part of the code that defines jqGrid
var preclosingtable = $('#preclosing');
...
0
votes
0answers
56 views
jqGrid Frozen Column headers in IE not working
I have a jqGrid TreeGrid that does not keep the frozen column headers in IE10. The column data themselves stay in the correct place, but when scrolling with the horizontal scrollbar the column ...
0
votes
0answers
35 views
jqGrid date value off by a month on west coast
I have done about as extensive of testing as I know how to do, and it appears that the jqGrid stuff is the last thing on the list. Basically what's happening is that our office in California is ...
0
votes
1answer
99 views
Ajax grid Options and postData
i have a problem here, i used postdata to send parameters from ASPX file to the webservice, without using ajaxGridOptions: { contentType: 'application/json; charset=utf-8'}.
The problem is, the grid ...
0
votes
0answers
72 views
JQGrid Change Group Text
I am using JQGrid to display data in tabular format and I have implemented grouping concept. It is working fine but my requirement is I need to change one of the group text as per my business ...
0
votes
0answers
24 views
loading jqgrid webmethod
I'm having trouble with jqgrid he call the webmethod that returns the json but does not load the grid with the conformations of json
$().ready(function () {
$.ajaxSetup({
dataFilter: ...
0
votes
1answer
35 views
JqGrid Data not comming to view
i want to show data in jqgrid but data is not showing
my controller code is below
public JsonResult getjqgriddata()
{
var emp=from v in ent.employees select v;
var users = ...
0
votes
1answer
151 views
why is my jqGrid is empty eventhough json data is present
Here is my jqGrid, that is not displaying any data.
I'm getting the json response for the grid, but it is not displaying.
Here is what i've done so far.
<script type="text/javascript">
...
0
votes
1answer
137 views
jqgrid load from database does not work filterToolbar
I'm working with Asp.net MVC4, jqgrid 4.4.4 and jquery 1.9
The jqGrid is loaded from a query to the database, but I can not filter the fields, when I put a value doesn't search, it shows me the same ...
0
votes
1answer
129 views
update and delete in jqGrid not working
I'm experiencing a bad situation with jqGrid.
I'm using asp.net 4.0 with jqGrid added to the .aspx page. Inorder to add/edit/delete the data i'm using a SqlDataSource for this purpose.
I've ...
0
votes
1answer
82 views
Performance Difference between client side jqgrid vs server side jqGrid
I am working on an MVC project where I use jqGrid for ASP.NET MVC. However I am told by that the pure-jquery-client-side version (jqGrid) is better in performance. Is this true? To me they both seem ...
0
votes
1answer
58 views
How to optimize jqGrid event handling
My jqgrid intensively use a CustomFormatter to create hyperlink cell content.
The FormatFunction looks like this:
function formatLink(cellValue, options, rowObject) {
var res = cellValue.split(" ...
0
votes
0answers
109 views
Postback hidden column data with JQGrid and MVC 3
I have a JQGrid with a hidden column, I would like the data in this column to be posted back to the server when the user edits it in the edit dialog box.
As it stands, the only way I can see this ...
0
votes
0answers
46 views
get paging parameters page, total in a seperate async call JQGrid
Is there some way to get paging parameter values in seperate async call. Googled it, but in all the examples, it should be part of same json which is returned for the rows.
I am looking to get paging ...
0
votes
0answers
65 views
tinymce into jqgrid
I work with ASP.Net MVC 4.
How can I insert tinymce into jqgrid?
When I add a new record I want to show the TinyMCE editor; what "wysiwyg" editor is more compatible with jqgrid?
Regards
Ricardo
0
votes
0answers
60 views
How to enable/disable the jqgrid or the buttons(add, edit and delete) conditionally?
I am using the Jqgrid to display some data on my page. I have add, edit and delete functionality for the jqgrid. But i have a specific requirements like, i only want to enable the add, edit and delete ...
2
votes
1answer
90 views
jqGrid Row updating
I have a question about Jqgrid row updating. We have a database table like below.
id :1 field1: john field2:black
Imagine a user wants to update the first row which has a field named id=1. The ...
0
votes
0answers
126 views
How to Give CheckBox Id attribute to CheckBox Column in JqGrid?
I have following question regarding jqgrid.
what is index property ? when should we use it?
what is jsonmap - when should we use it?
I have taken one checkbox in one column using following colmodel.
...
0
votes
0answers
279 views
Import Excel to JQGrid?
I have a JQGrid .let say 3 columns colID ,FirstName and LastName.how can i Import a excel with same column name .using ajax post request and JSON object . I am using MVC3,ASPX.If the grid showing with ...
0
votes
1answer
85 views
How to set CSS Class to JQGrid?
I am developing a website with a JQGrid on it. I am also turning the table to PDF. I want to show table header on every page so that PDF converter I have need to set CSS a property THEAD tag of the ...
0
votes
2answers
215 views
How to display vertical scroll bar in jqGrid
Currently I am working on a task which uses jqGrid. I need to show a vertical scroll bar withing the jqGrid.
$('#user-list').jqGrid({
height: "auto",
width: "590",
...
0
votes
1answer
139 views
Sending down additional Parameters in jqGrid url option
I need to send down an extra parameter or two to my url method in jqGrid. Is there a way to do that?
$(document).ready(function () {
jQuery("#frTable").jqGrid ({
cmTemplate: ...
0
votes
1answer
118 views
jqGrid auto scroll breaks when columns support text wrap
After enabling the auto scroll feature, i.e. scroll: 1, AND enabling word wrap in columns of jqGrid, v4.4.1, the grid/table cannot scroll to the last records if the row height has changed due to text ...
0
votes
0answers
39 views
Look and Feel Tabs with Jqgrid Operations [closed]
I am going to create new application.Which needed Excellent Tabs with look and feel better ..please provide your thoughts and suggesstions
It should be small(It will take lesser space ) and ...
0
votes
0answers
23 views
How do I get all columns of all row selected in jqgrid?
In my grid i have set multilselect = true and editable inline = true
So how do i get all column value of all row selected in grid?
Anybody help me?
very thanks!
1
vote
1answer
489 views
JQGrid Column chooser format
plugin used - jquery.jqGrid-4.4.4 and
custom theme used - jquery-ui-1.9.2.custom.css
I need to format the display of the JQGrid column-chooser to look like THIS EXAMPLE
but I dont seem to get even ...
0
votes
1answer
53 views
Javascript string HTML composition
I have this function that I use as a Custom Formatter in a JqGrid for ASP.NET WebForm
function formatLink(cellValue, options, rowObject) {
var res = cellValue.split(" - ");
var newLink = "";
...
0
votes
0answers
117 views
Documentation for ASP.NET Webforms jqGrid control?
NOTE: I posted this question to the Trirand jqgrid support forum, but got no response. So I'm posting here:
I can't for the life of me find the documentation of all the options available when ...
-1
votes
1answer
63 views
jqgrid treegrid with level headers
I Have a TreeGrid with multiple levels I want to add Header for each level (i.e similar to that of subgrid, but i dont want to use it as the columns of subgrid doesnt align with the outer grid).
0
votes
1answer
378 views
Select List not populating in jqgrid 4.4.4 with dataurl
I have just moved from jqgrid 3.6.5 to version 4.4.4 of the grid. The problem is that my select lists are not populated with dataUrl option and edittype select. Please see the below figure
From the ...
1
vote
1answer
377 views
Jqgrid edit popup show in Fields having null values
I am using jqgrid for listing and basic crud operations. On one of the pages there are many nullable fields present on the form. When some values are left blank when adding the entity, it saves those ...
0
votes
1answer
67 views
How do I load new data JSON data into a jqGrid?
I have a dropdownlist with the id "mylist", when an item is selected in the dropdownlist I trigger GetNewGridData in my controller class which sends back JSON data which I want to load into my grid, ...
0
votes
0answers
68 views
jqgrid- adding a reset button adjacent to filter toolbar below the column header
In my jqgrid , search is false for a column but for other columns it is true. So in that space adjacent to the filter toolbar, which will be empty for the search:false column i want to add a button ...
1
vote
0answers
141 views
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 ...
0
votes
1answer
120 views
trigger reloadGrid not refresh when close second browser
I have a problem calling the $("#list").trigger("reloadGrid", [{ current: true}]);
after close event in another page.
I have one page with grid and i want to open second windows that not a child, ...
0
votes
0answers
75 views
Onrowselecting JQgrid
i have two table and 2 JQGrid, when i click the row on the first GRID
then if the id on the first table is the same with the id on the second table, it
will display all the items on the second GRID
...
0
votes
0answers
15 views
Displaying sub items on another jqgrid
I have two (2) jqgrid wherein the first grid
dislays the parent data and on the second grid is the child data.
Here is the scenario
If i click on a certain rows on the first jqgrid (JQGrid1)
it ...
0
votes
0answers
63 views
jqGrid-Trirand: PopUp for a button
I Have inserted one column of jqGrid and this column is Button and want to generate a popUp when i click on this button, i could not generate a appropriate popup could some one help me out.
0
votes
0answers
44 views
How to Get PrimaryKey Value to CodeBehind in jqGrid?
Iam Trying to do both ADD and UPDATE in one BUtton Click, i need PK from aspx to Code behind, How to get the jqGrids Row PK to CodeBehind?
0
votes
1answer
240 views
How to enable working of jqgrid Filter Toolbar From Server In asp.net
Hii Guys!!!.
I developed a Jqgrid to diaplay database.Now I want to add JQgrid filter Toolbar to refine the data as per user need so i added filter toolbar.But Filter Toolbar is ...
0
votes
0answers
72 views
edit in jqgrid and ajaxFileUpload plugin
I have a problem editing a record with a file in jqgrid.
I'm using AjaxFileUpload plugin. When I add or edit (choosing a file) a record the file is correctly uploaded, my problem is that when I click ...


