Questions tagged [jqgrid-asp.net]

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.

jqGrid-ASP.NET is a commercial grid component for ASP.NET based on the world's most popular and flexible jQuery grid plugin jqGrid.

554 questions
34
votes
6 answers

How to get a jqGrid selected row cells value

Does anyone know how to get the cells value of the selected row of JQGrid ? i m using mvc with JQGrid, i want to access the value of the hidden column of the selected row ?
Saad
  • 1,167
  • 3
  • 15
  • 40
29
votes
3 answers

How to change a row's particular cell value in jqgrid

I want to change a particular rows's cell value, I have the row Id. and I have tried using the following. But it doesnt work. $("#my-jqgrid-table").jqGrid('setCell',rowId,'Currency', '12321'); I am using loadonce: true Please can someone help me…
Yasser Shaikh
  • 44,064
  • 44
  • 190
  • 271
25
votes
5 answers

Is JQGrid free?

Download JQGrid js file from http://www.trirand.com/blog/ . Is it free? What is this http://www.trirand.net/demoaspnetmvc.aspx ? . I see price and license. Someone clarify please.
Pirzada
  • 4,575
  • 17
  • 55
  • 111
23
votes
2 answers

jqGrid and the autowidth option. How does it work?

I am using jqGrid with the autowidth option set to true. According to the documentation: When set to true, the grid width is recalculated automatically to the width of the parent element. This is done only initially when the grid is created. In…
Lorenzo
  • 28,103
  • 43
  • 117
  • 208
14
votes
8 answers

Is it possible to set width of a jQGrid in percentage?

Is it possible to set width of a jQGrid in percentage? If yes, then how?
Amit
  • 187
  • 1
  • 2
  • 8
11
votes
1 answer

Changing rowId on jqgrid?

I have a jqgrid that contains some data, the first column of which is the numerical PK from the database. When my delete method gets called, it passes in the rowId of the grid (which it should.) However, my back end doesn't know what data is on…
taylonr
  • 10,516
  • 5
  • 34
  • 65
10
votes
3 answers

How to get jqGrid current search criteria?

I need to get the exact same thing the jqGrid passes on the GET/POST _search parameter. How can I do this?
AlexCode
  • 3,775
  • 4
  • 29
  • 46
10
votes
2 answers

jqGrid: using multiple methods to filter data

My requirement is to show a page with multiple filters to apply to grid data. Suppose we are talking about Orders and an order has the following attributes public class Order { public int OrderID public DateTime OrderDate public DateTime…
Lorenzo
  • 28,103
  • 43
  • 117
  • 208
10
votes
2 answers

Why is gridview:true used for and what does it mean?

I am working on JqGrid. I want to know what does it mean if we specify gridview:true. And in what cases do we need to provide ? I recently was working on one such jqGrid and my afterInsertRow was not being called, once I remvoed the gridview:true…
Yasser Shaikh
  • 44,064
  • 44
  • 190
  • 271
9
votes
3 answers

how to set postData in jqgrid AFTER it has been constructed?

I generate my jqgrid from model class which I pass into view. I get constructed and working jqgrid. However, I want to set postData on one view, where I use jqGrid, from script in that view, after I call helper for creating jqgrid, without having to…
Goran Obradovic
  • 8,771
  • 8
  • 47
  • 77
9
votes
4 answers

jQgrid show hidden column in form view

jQuery("#CustomerDetailsGrid").jqGrid({ //ignore other properties colModel: [ { name: 'AccountNumber', index: 'AccountNumber', hidden: true, viewable: true } ], viewrecords: true }); I need to hide the column "Account…
Robin Maben
  • 19,662
  • 16
  • 61
  • 93
8
votes
2 answers

How To Hide Column in jQgrid but show this Column in Add/Edit panel

I want a form of control I use. But the number of fields that are too high. How can I display the grid, but only some of the fields in the form add/edit popup panel show all fields ???
Pouya
  • 1,853
  • 16
  • 53
  • 78
8
votes
1 answer

JQGRID - maintain check box selection state - page refresh / redirect / reload

How to maintain the checkbox selection after the page refresh / reload / redirected from some other page in JQGRID. I am working in aspx pages. I am able to maintain the checkbox selection state in paging using following code: gridComplete:…
kanna raj
  • 83
  • 1
  • 6
7
votes
4 answers

ASP.Net MVC 3 JQGrid

After reading up on the JQGrid control, I decided it would be good to use it in one of my ASP.Net MVC 3 Web applications. Firstly I followed Phil Haacks tutorial http://haacked.com/archive/2009/04/14/using-jquery-grid-with-asp.net-mvc.aspx which is…
tcode
  • 4,787
  • 19
  • 59
  • 117
7
votes
3 answers

jqGrid get "th" and "thead" using jQuery

How can I get theader on a jqGrid using jQuery?
ACZ
  • 91
  • 2
  • 2
  • 3
1
2 3
36 37