Tagged Questions
0
votes
2answers
453 views
how to add editbutton to jqgrid?
I am using the basicsgrid example from here: http://tpeczek.codeplex.com/releases/view/61796
Trying to add an editbutton for each row so I can open my edit page but does not work? what am I missing?
...
0
votes
0answers
119 views
Jqgrid Virtual Scrolling bug in FF
I am using Jqgrid version 3.8.2 with Virtual scrolling, only in FireFox, the scrolling is messed up.
To duplicate this bug, follow the below steps:
Scroll all the way down to the bottom.
Scroll back ...
0
votes
1answer
781 views
Jqgrid Get postData
I would like to export only the data from jqgrid.
So basically I already have a bound grid with data and I want to get the data as json string so I can call BindGridModel(data) later on and bind the ...
0
votes
2answers
3k views
Add data on the client side to Jqgrid
I am using Jqgrid to show some data, using DataType as local, I don't want to post back to the server and return jsonString with the data to bind. I am passing the Json String to the client and adding ...
2
votes
2answers
6k views
jqGrid Checkbox column
I have a fairly complex grid with two columns formatted as a checkbox. Those columns are defined as follow:
{ name: 'Alert_A', index: 'Alert_A', width: 22, align: 'center', sortable: false,
...
0
votes
2answers
6k views
JQGrid and MVC Full Working Example
I would like to use JQ grid in my current MVC project but I'm running into quite a few problems trying to figure it out. I find the available documentation lacking if not missing and all the problems ...
0
votes
1answer
3k views
jqGrid—Reloading Data
I'm trying to add an item to my data source, and then re-load the grid based on this answer. The grid loads fine. The addItemToGrid gets called a few times, and I'm verifying that the underlying ...
0
votes
1answer
3k views
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 ...
1
vote
2answers
2k views
Bind jqGrid to JSON Object
How do I bind a simple JSON Object to a jqGrid?
Here's what I have:
var tableSrc = { "page":"1", "total":1, "records":"3", "rows": [
{ "title": "Title1", "subtitle": "subTitle", ...
3
votes
1answer
2k views
jqGrid Toolbar search operator by column
I'm using jqGrid Filter Toolbar.
I'm testing it with 2 columns, one numeric and the other alphanumeric.
All filter operations through the Filter Toolbar are made using the 'bw' (begins with) ...
0
votes
1answer
5k views
How to jsonify “Add” post/parameters for jqGrid
This one's killing me. I've read through a lot of Oleg's comments, and through the documentation, but I think I'm overlooking something really simple.
I have a jqGrid populated by calling a webmethod ...
1
vote
2answers
2k views
jqGrid column freezing
I have been using Trirand's jqGrid with ASP.NET MVC3 as well as the jquery.jqgrid plugin.
I have read that the column freezing feature is yet to be implemented and is up for voting.
But right now, I ...