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

when use editurl: 'clientArray' jqgrid see error dont found page

hi iam use editurl: 'clientArray', in jqgrid but see this error: plase see pic error.how sloved this problem But when they edit, it should not call server.So i tried 'ClientArray' But still it shows Url is not set alert box how sloved this…
user2049855
0
votes
1 answer

how create dynamic multiple jqgrid some page

I want create dynamic multiple jqgrid .but create one jqgrid first dynamic this down html
user2049855
0
votes
0 answers

JqGrid pgtext issue

pgtext is not displaying properly in the pager. What could be the reason? Grid Options pager: pagerID, gridview: true, navOptions: { position: "left", addtext: "Add", edittext: "Edit", deltext: "Delete", iconsOverText:…
Gansun
  • 301
  • 2
  • 7
  • 15
0
votes
0 answers

how to filter record from jqGrid using html dropdown using id

i am using jqgrid and i am to filter record from combo data is loaded from database .enter image description here Screen 1 Controler public JsonResult Getlist(int id,int LstatusId, bool AllDate,string DateFrom,string DateTo) { …
user2697533
0
votes
1 answer

jqgrid navgrid not working inside tabs

I have view showing a list of documents using jqgrid. While I click on the document title in the grid, I created a pop up with partial view and in this partial view up am using Kendo tabs. In one of the tab am using a partial view to load a jqgrid…
0
votes
0 answers

How to capture dataEvents for a date column in jqgrid

Hi I have a jqgrid grid where I am doing the below .Can someone help me with DataEvent type that should help capturing the date change ? { name: "MonthYear", index: "MonthYear", …
suu
  • 155
  • 2
  • 9
0
votes
0 answers

Jqfrid Subgrid Data not loading

The main grid loads fine but When I click on the plus icon the subgrid data does not load, its says loading.... But nothing happens. Don't know what I'm missing. Please help. Below is the code I'm using: Controller namespace…
Roopa
  • 5
  • 2
0
votes
0 answers

how to do custom paging for jqgrid using stored procedure and jqgrid pager simultaneously?

We have a requirement where we have to bind thousands (Aprox 6K) of records to jqgrid, to avoid performance issues I have been told to use Pagination. So, the requirement is to write a stored procedure which can get 100 records each time (we can use…
Budhh
  • 153
  • 8
0
votes
1 answer

Dynamic columns and using dropdown list in jqGrid

I have a question regarding using a dropdown list in jqGrid. In my environment, I am using license jqGrid 4.4.4 - jQuery Grid (version 4.4.4) with MVC 5. In my code below, I dynamically create ColNames and ColModel from my controller. Everything is…
user3197410
  • 123
  • 1
  • 9
0
votes
1 answer

Reload a pivot jqGrid

I have a pivot jqGrid I want to reload the pivot grid on a button click;button is not inside the grid;it is outside the div of the pivot grid. I tried using : $("#grid").jqGrid('setGridParam', { datatype: 'json' }).trigger('reloadGrid'); but it's…
suu
  • 155
  • 2
  • 9
0
votes
1 answer

How to use "formatter" dynamically in jqGrid.Is it possible?

Is there a way to dynamically use the "formatter" in jqGrid?I want to make use of formatTitle function from the code dynamically, Here is my code: HTML
Javascript: var md=[{…
Apeksha
  • 259
  • 1
  • 3
  • 15
0
votes
2 answers

jqGrid generating rows but not displaying any data

I am trying to display an ajax data on the jqGrid, although it generates empty rows, no data is displayed.Any help on this would be appreciated. Click to view copy of my jqGrid - Here is my code: HTML:
Apeksha
  • 259
  • 1
  • 3
  • 15
0
votes
1 answer

Data not getting loaded in Jqgrid when session state is state server/outproc

I have an MVC 5 application. I have used Jqgrid at multiple places. Recently, we have decided to move from Inproc session state to Outproc/State Server session state. But, after migrating, data stopped getting loaded in my Jqgrid. I tried using the…
0
votes
1 answer

JQgrid, Set a Cell value empty in change event of another cell

I have a jQGrid with three columns. First one is a dropdown (type: select) field, second one is custom type for Check box list and the third one is text field. The requirement is when the user change the value of the dropdown field (DocGroupname),…
Md Aslam
  • 1,228
  • 8
  • 27
  • 61
0
votes
0 answers

JQGrid Displaying Server Errors

I have tried several solutions found here and elsewhere on the web but I still can't get the server sent errors to properly display on the jqgrid edit form. I have put breakpoints in the afterSubmit method of the jqgrid but it's never hit. I have…
Tim
  • 1,249
  • 5
  • 28
  • 54