Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
59 views

Do we have any option to copy data from clip board to MVC Jquery grid

I have to copy data from excel using clipboard to Jquery grid and provide user an opportunity to edit the data copied and then save it to database. Is there a way to do it with Jquery. I am looking ...
1
vote
2answers
442 views

binding sql data in jquery grid

i am using a jquery grid in asp.net and c# ? is it possible for me to bind a sql table in to a jquery grid. if so let me go through the code!
1
vote
2answers
969 views

Passing extra parameters to ASP.NET MVC controller action from jQuery Grid plugin

I am trying to use jQuery Grid plugin with ASP.NET MVC to display data. It seems examples provided on the web shows that the controller action signature looks like this: public ActionResult ...
0
votes
0answers
154 views

Column Title for SubGrid column in Struts jquery grid

I am using struts2 jquery grid with SubGrid. Is there any options for setting the Title for the column having subgrid. And also the SubGrid is appears in the first column of the grid, but in my case ...
0
votes
1answer
775 views

JQuery Grid for ASP.NET C#? [closed]

Possible Duplicate: jQuery Grid Recommendations I've been searching through SO for jQuery Grid plugins and i've found a lot! For example this is a very good question and well answer too. ...
0
votes
1answer
980 views

struts2 jquery grid data not load?

I m beginner with JQgrid with struts2, I had try with this code but i will got no records in grid, but i got all record in action ,so can any one help to solve this issue? testGrid.jsp <%@ ...
0
votes
1answer
279 views

jqGrid row update

does anyone have a link to an asp.net mvc 2 c# sample which contains saving rows to the server? how do you post the results back to a db?
0
votes
1answer
559 views

JQGRID (open source) Example Code MYSQL and EDIT and ADD ROW

I am searching a simple Example Code for Jquery Grid (Jqgrid; http://www.trirand.com/blog ) with mysql database fetching through json and using the options "add row/entry" and "edit". Out of the ...
0
votes
2answers
249 views

jQuery Grid showing no any items, despite controller action returning correct json data

Here's my client-side code: $("#grid").jqGrid({ url: "/Entry/EntryListingByBreed/", datatype: "json", mtype: "POST", postData: { showId: showId, breedId: breedId }, ...
0
votes
2answers
273 views

How do I disable column sorting in jQuery Grid plugin?

I would like to disable sorting, and enable altRows in jQuery Grid plugin. Here's my clientside code: var myGrid = $("#list").jqGrid({ url: '/Home/GetData/', datatype: 'json', mtype: ...
0
votes
1answer
310 views

jQuery grid binding takes too much time

I want 500 records from server and I use jQuery grid. I use one WCF service to retrieve the data. I got data from the service in 10 sec. I can't change the query in WCF because its requirement of ...
0
votes
1answer
156 views

Is there a way to provide a custom sort function in jqGrid 3.7.2?

I'm using jQuery Grid 3.7.2 to load data in 'loadonce' mode, i.e. jqGrid takes care of sorting locally once the data has loaded. One column has a string value that uses a custom formatter, and also ...
0
votes
2answers
447 views

JQuery grid vs traditional web model for pagination/sorting/filtering

We are developing some new GUI screens to display tabular data which require sorting/filtering/paging. What are the pros/cons of using a JQuery grid approach vs the "traditional" model where these ...
0
votes
1answer
248 views

jQuery Grid and Google Maps Problem

Have you ever used jQuery Grid with google maps?, it seems like jQuery grid bug google map, if i clic the map the litle hand will stay closed and drag the map in the way i move the mouse no mather if ...
0
votes
1answer
8k views

Jquery tree grid (jqgrid) xml structure for sub-items

Can anyone please tell me the XML structure for sub-items that jqgrid uses. I've read the documentation and it does not explain clearly how one would create a tree view with sub-items in it. Basically ...