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.

559 questions
3
votes
2 answers

Adding command column to a jqGrid in Asp.Net MVC

I hope you have a good morning. I'd like to use jqGrid in my Asp.Net app. So far, I've been producing an html table and converting it to a grid, but I'd like to try a better approach: loading the data via an AJAX call as it's supposed with the grid.…
ulu
  • 5,872
  • 4
  • 42
  • 51
3
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:…
user5409139
3
votes
1 answer

Need to Export to CSV all of the data that is in JQGrid

I have created a custom button to Export to CSV inside of JQGrid, here is a bit of the code content.AppendFormat(@"pager: $(""#{2}"") {1}).navGrid(""#{2}"", {0} edit: false, add: false, del: false {1}) .navButtonAdd(""#{2}"", …
Michael
  • 31
  • 1
  • 1
  • 2
3
votes
1 answer

How to delete multiples registers in jqgrid using asp.net mvc?

Could you please help me how I could do to delete multiple records selected in my jqgrid? I've tried a number of ways, but so far not got any success. I will be grateful to anyone who can help me. jQuery("#grid-table").jqGrid({ //direction:…
David
  • 269
  • 1
  • 3
  • 10
3
votes
1 answer

What is the use of Index attribute in jqgrid colModel?

I'm newbie to jqGrid, Can anybody explain what is the use of Index attribute in jqgrid colModel
Den
  • 57
  • 1
  • 7
3
votes
1 answer

jqGrid - Problems opening in jquery tabs (on Firefox and Google Chrome)

I have developed a very simple MVC app to test out trirand's jqGrid for MVC. The app opens a jqgrid in a jquery tab group and everything is ok with IE. However when I use Firefox jqgrid only opens occasionaly in the first tab (but not under any…
3
votes
2 answers

Server Side Paging in JQGrid

I am trying to implement Server side paging in JQGrid. Can any body helps me to how to achieve it. Currently client side is working fine in my grid but wanted to change it to server side.
Rohit Daga
  • 86
  • 1
  • 1
  • 8
3
votes
4 answers

JqGrid select particular row which may or may not be visible

I have a jqGrid and there are several pages of items. I have the Id of a row which may be on page one or may be buried in the other pages somewhere. Given the ID of the row, How do I programmatically select such a row ? I am using the click event…
Faiyet
  • 5,341
  • 14
  • 51
  • 66
3
votes
2 answers

JqGrid tooltip for a column

How can we add a tooltip on a column level. What I mean by column level is that all the rows( belonging to the same column) should have the same tooltip content. For eg, Consider a column called "Manager Name". All rows of that column should display…
Sumesh Kuttan
  • 1,333
  • 1
  • 17
  • 40
3
votes
1 answer

Using jqGrid with asp.net web forms (free version)

I am using Asp.net Web Forms , earlier I used this jqGrid sample which is not free , this I realized later , now that the confusion was cleared , I will now have to use jqGrid open source thing as I wont opt for commercial one , Can anyone point me…
Priyank Patel
  • 6,898
  • 11
  • 58
  • 88
2
votes
0 answers

null reference binding jqgrid to object that contains sub objects

Does anyone know why the following c# mvc.net code gives a null ref exception when databainding the list to the jqgrid? This is a cutdown example to illustrate the problem. If I change DataField = "MyClass.Id" to DataField = "Id" It binds…
chrisp_68
  • 1,731
  • 23
  • 41
2
votes
1 answer

How do I control the layout of the pop-up form (alignment)

I Use JqGrid jquery plugin, i Want to use insert popup Capability, but I'll look into it when the controls are arranged,How can we control the order(alignment) I would like to be in. thanks
Pouya
  • 1,908
  • 17
  • 56
  • 78
2
votes
1 answer

how to re-factor/extract methods to separate file for re-use

I'm fairly new to the whole JQuery/javascript world, but I've managed to wack together a working jqgrid with a datepicker & custom control (used jquery auto complete) based on code samples i found on the net. I've added the code to a T4 template in…
Rohan Büchner
  • 5,333
  • 4
  • 62
  • 106
2
votes
1 answer

JqGrid, DatePicker no value in the toolbar when selecting

I'm trying to add a Datepicker filter on a JQGrid toolbar. When I click on the date filter, no problem the Datepicker shows up, but when I select my date, nothing happen. The date I've chose doesn't appear in the toolbar filter and of curse no…
LotuX
  • 374
  • 1
  • 11
  • 30
2
votes
1 answer

jqGrid—setGridWidth function

I'm trying to call jqGrid's setGridWidth function, but I'm getting the error: Object [object Object] has no method 'setGridWidth' I'm sure this is something stupid. Here's the code to display the grid (which is fine) and then try to resize it. …
Adam Rackis
  • 82,527
  • 56
  • 270
  • 393