Questions tagged [mvcjqgrid]

Simplifies the implementation of jqGrid in ASP.NET MVC applications.

Definition:

MvcJqGrid is an HTML helper for ASP.NET MVC which eases the implementation of jqGrid in your website or web application.

The helper contains a fluent interface providing for a clean and readable view.

Most of the properties, events and methods from the base classes of jqGrid are implemented in the helper, including paging, sorting, and toolbar searching.

At this point, editing, and subgrids are not yet supported. Treegrids are only basically supported.

A modelbinder for handling AJAX requests from the grid is also included in the library (you can use your own if you want to).

The modelbinder and the helper don't depend on each other.

Important Links:

157 questions
0
votes
1 answer

on jquery ajax call , unable to bind jqgrid data

I have 2 queries on binding jgGrid in MVC application.. 1. I am unable to bind jsonData which is coming from controller on Success callback method 2. On button click i am loading jqgrid from server data, but when i click 2nd time it is not…
Rajneesh
  • 2,009
  • 2
  • 12
  • 6
0
votes
0 answers

Dynamic Drop Down(select box) in JQGrid

i'm trying to build simple selectbox insdie my jqgrid cell with select options, i looked alot over the past few days , but most answers just don't get me there here my js code : $('#ImageModel').html( '
Zlex
  • 147
  • 2
  • 11
0
votes
1 answer

issue with jqGrid,acting as dialog modal popup

I have design the jqGrid, jqGrid is showing as Modal popup with warning sign why is it doing so? i don't want it as Modal dialog. Screen shot is attached Any help is appreciated Here is my code:
Rani
  • 111
  • 1
  • 2
  • 10
0
votes
2 answers

JQGrid Showing empty while processing more than 3200 records with MVC 4

JQGrid is working fine for records up to 3000 and so with loadone:true , while it comes to more than 3200 it is showing empty grid. I would like to take up with server side paging and loadonce:false. is there any better way to load the data…
Venki
  • 535
  • 2
  • 8
  • 21
0
votes
1 answer

JqGrid loading every time on Next click on paging

I bind data in JqGrid on button click and it completed successfully. But when i click on next of pagging, data bind function call again and show same page i.e 1. Not moving to 2nd page. Please help me on this. function SearchEmployee() { …
Sandy
  • 3
  • 4
0
votes
1 answer

JQGrid Form Edit/View Customizing the Template form data

I am using jqGrid form Edit with templating from the link in Here But Whenever a user clicks Edit/View I don't want to rely on the data which is on the grid but I want to get a new fresh data from the server and populate the form. So I have the…
Helen Araya
  • 1,886
  • 3
  • 28
  • 54
0
votes
1 answer

mvcjqgrid custom sorting function not working

I am facing custom sorting issue with mvcjqgrid plugin. As per my need column data should be sort in numerical order. Column data = {M18, M2, M9, M1}, If i sort the column than column data should be shown as M1, M2, M9, M18 .... What I have done : I…
Manoj Verma
  • 364
  • 5
  • 12
0
votes
1 answer

Reset again and persist the data of JqGrid Row in Editable mode when some error return from Server

enter image description hereIn "successfunc" the else part should retain the row in editable mode ... var editparameters= { "keys": true, "oneditfunc": function () { debugger; …
shyam shankar
  • 25
  • 1
  • 8
0
votes
0 answers

How to edit foreign key in jqgrid?

I have the Foreign key in JqGrid and show name of foreign key in grid. when i want to edit, method don't send value of foreign key and value of foreign key is null: public ActionResult EditState(tblState state) { UserRepository user =…
mahdis dezfouli
  • 173
  • 3
  • 19
0
votes
0 answers

How to Select All row from all page of jqgrid

How can I get all of the rows or IDs that are not removed after a user uses the filter toolbar? My jqgrid: I use : var selRow = jQuery("#list").jqGrid('getGridParam', 'selarrrow'); But this code get 3 of row and I want all row of other pages…
mahdis dezfouli
  • 173
  • 3
  • 19
0
votes
1 answer

Multiple jqGrids in one form causing conflicts for separate initiating variables

I am having multiple jqGrids in my form. Now for multiple jqGrids in my form I am achieving it by including a js file which is having its content of jqGrid definition and the contents of that js file are as under: var MyGridData = MyGridData ||…
0
votes
1 answer

How to get header name (colNames) from data base in jqgrid

I have two tables that joined. I get data from this query and show in jqgrid. In normality my grid like this: I want to show first column (C02/ C01 /C01/ C02 /C01) like header(colNames) and second column (2.2.2.2 / 1.1.1 /1.1.1 / 8.8.8.8. / …
mahdis dezfouli
  • 173
  • 3
  • 19
0
votes
2 answers

Which event is fired after serializeRowData in jqGrid?

I have two jqGrids on a page. The idea is to display a confirmation dialog when a drop down value is updated and when the user presses enter to save the record both jqGrids get reloaded. Here's my column model: { key: false, name:…
A.K
  • 505
  • 1
  • 12
  • 30
0
votes
1 answer

Unable to assign a pre-filter on jqGrid during its load time for its state saving

I am using jqGrid and I am required to save its specific state if user has performed some search and the grid shows the records as per search criteria. When user performs search and clicks on edit button to edit the record, I am required to show the…
0
votes
1 answer

MvcJqgrid missing cellEdit option

MvcJqGrid is a html helper for ASP.NET MVC I can't see 'cellEdit', 'cellsubmit', 'cellurl' option in MvcJqgrid.dll Is there exists this setting option? I want to use Cell Editing function in listing data.
LaLa
  • 91
  • 2
  • 6