jqgrid-asp.net Questions

6

Solved

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 ?
Seclusive asked 9/8, 2011 at 11:1

8

Is it possible to set width of a jQGrid in percentage? If yes, then how?
Behemoth asked 12/5, 2012 at 5:57

1

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 ...
Chevy asked 6/10, 2015 at 7:10

5

Solved

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.
Goodin asked 14/12, 2010 at 13:28

3

Solved

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...
Howze asked 1/10, 2012 at 13:53

2

Solved

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 ???
Haihaida asked 2/2, 2012 at 10:2

3

Solved

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 ...
Titus asked 31/5, 2011 at 8:43

1

I have jqGrid table with many columns. Searching in grid is made using filter toolbar. For most of them search is just simple default operator. For one datetime column I want different kind of oper...
Hipbone asked 17/7, 2013 at 13:24

2

Solved

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 ...
Lost asked 11/10, 2010 at 12:47

2

Solved

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'); preclosingtable.jqGri...
Flapjack asked 25/4, 2013 at 16:21

3

Solved

I need to get the exact same thing the jqGrid passes on the GET/POST _search parameter. How can I do this?
Clubman asked 2/6, 2011 at 16:43

1

I have a variable in aspx.cs when I click the Datagrid particular row; Then from the javascript, I should get that value and pass into aspx.cs variable. how to do this?
Samsara asked 30/1, 2013 at 11:46

1

Solved

How would I inject vertical space between columns as demonstrated in my crude mockup below (if at all possible). Again please forgive my hatchet job on this image but I think it conveys what I'm tr...
Hagerty asked 23/1, 2013 at 2:15

4

Solved

jQuery("#CustomerDetailsGrid").jqGrid({ //ignore other properties colModel: [ { name: 'AccountNumber', index: 'AccountNumber', hidden: true, viewable: true } ], viewrecords: true }); I need ...
Velocity asked 10/1, 2011 at 10:30

1

Solved

Went through many links, but its still confusing. As per my understanding. The jQGrid javascript version is free. While asp.net mvc version is not free.. Am i right? Please provide information ...
Villeneuve asked 22/11, 2012 at 5:2

4

Solved

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...
Glyptograph asked 23/2, 2011 at 15:19

2

Solved

I am using the following method to get data for my jqgrid's subgrid and its working completely fine. Note that this method is used to implement server-side sorting and paging. Now the query I ha...
Withy asked 21/9, 2012 at 13:35

2

Solved

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 w...
Beseem asked 20/9, 2012 at 12:51

3

Solved

I need to hide the operator in the search popup, but I cannot get it to work. I tried this, but both operators still appear: jQuery("#grilla").navGrid("#paginador", {del:false,add:false,edit:fal...
Herriot asked 24/5, 2011 at 20:25

1

Solved

Is there any method I can get the full JSON data from jqGrid when datatype is local along with the column name? In this format: [{"firstname": "Chris"},{"firstname": &...
Sholem asked 18/6, 2012 at 13:35

1

Solved

I have a grid that implements grouping but would like to expand on the details that display in the groupText: area. Ideally I would be able to take data about that grouping and display in that grou...
Backboard asked 29/5, 2012 at 16:27

4

Solved

I am using Asp.Net/C# , in one of my page I am using jqGrid to display list of users to the Admin , The jqGrid contains following columns User Code First Name Middle Name Last Name Email Here i...
Variegate asked 28/4, 2012 at 6:7

1

Solved

I m facing a issue in Jqgrid with row selection. I have duplicated rows in the grid. whenever i select the duplicate or it select the first record of that duplicate row.
Delarosa asked 11/8, 2011 at 8:11

1

Solved

I have data of matrix stored in table as below tables: MatrixDimensions - MatrixId, NoOfRows, NoOfCol MatrixValues - MatrixId, RowNo, ColNo, Value How can I make jqGrid to take no. of rows &amp...
Sextuple asked 22/3, 2011 at 5:22

3

Solved

I'd like to implement my own delete functionality in jqGrid. I'm currently using the built-in UI (select row, press trashcan button in footer, confirm) but I'd prefer to have a delete button in eac...
Modiste asked 2/3, 2010 at 2:33

© 2022 - 2024 — McMap. All rights reserved.