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
2
votes
1 answer

How to use setColumns() in JQGrid?

Hi I wish to set the Column values for my grid using setColumns(). Now I don't know how to use the said function. Can someone help me with this? Thanks -Jason I already know how to use columnChooser. But what I want to happen is to set the grid…
RJ.
  • 77
  • 3
  • 10
2
votes
2 answers

jqGrid (MVC): wanting to not load grid on page load

This post covers what I need to do: Use of local datatype to prevent grid load; however when I do this at $(document).ready(), the grid loads itself but the data then displays blank rows. (I notice that the number of rows returned is correct for…
sympatric greg
  • 2,969
  • 2
  • 24
  • 29
2
votes
1 answer

JQGrid Disable Add Button in SubGrid Based on Status Column in SubGrid

I have a sub grid that has a status column defined. I would like to disable the Add button on its navGrid until subgrid's status column's value is 'Completed'. Here is a snippet of the HTML that is being generated that I'm (unsuccessfuly) trying…
Pete
  • 63
  • 1
  • 5
2
votes
1 answer

jqGrid copy between grids

I have a page that has two jqGrids on it. One contains a list of available options, the other contains a list of included options. When the page is loaded each grid gets it's initial data from the server. After that I want the user to be able to…
Donavan Stanley
  • 107
  • 2
  • 6
2
votes
1 answer

jqGrid ASP.NET MVC2 DataBind NullReferenceException

I'm trying JQGrid ASP.NET MVC2 version. Created a model and the controller: var itemsGridModel = new OrderItemsjqGridModel(); itemsGridModel.OrderItemsGrid.DataUrl = Url.Action("ItemsDataRequested", new {OrderID = OrderID, CustomerID =…
Dani
  • 14,639
  • 11
  • 62
  • 110
2
votes
1 answer

Jqgrid. Locate rowId from key value

I've got a basic jqgrid implementation. $('.fsJqGrid').jqGrid({ datatype: "local", height: 175, colNames: ['FeatureId', 'Name', ''], colModel: [ { name: 'FeatureId', index: 'FeatureId', width: 75, align: 'left', …
GordonBy
  • 3,099
  • 6
  • 31
  • 53
2
votes
1 answer

jqGrid custom buttons with edit/delete behaviour

I am using custom edit/delete functions in jqGrid and I really enjoyed the fact that they call your custom function after checking if a row was selected or not. Now I would like to add two more buttons and I would like to use the same behaviour of…
Lorenzo
  • 29,081
  • 49
  • 125
  • 222
2
votes
4 answers

Dynamic Columns in jqGrid

I've tried with limited success to get dynamic columns to work with jqGrid. Limited in that I can control the column names and formatting from the controller. But when I do this I can't get the data in. Do you have a small sample solution that shows…
user398247
  • 21
  • 1
  • 2
2
votes
1 answer

How to handle a JqGrid event programmatically?

I'm using the ASP.NET wrapper for JqGrid. I'd like to programmatically wire up handlers for some of the grid's events (e.g. gridComplete, resizeStop). All the examples I've seen have you wire up the event as part of the options when creating the…
Herb Caudill
  • 50,043
  • 39
  • 124
  • 173
2
votes
1 answer

JQgrid is not showing rows

Here is the Javascript code: