The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
32 views

how to display data from zend_gdata spreadsheet in table view?

My English is bad. :( How can I display the data from a zend_gdata spreadsheet in a table view? I get the data from the Zend_Gdata SpreadSheet: $user = 'login'; $pass = 'pass'; ...
0
votes
0answers
47 views

struts2 jquery grid plugin access to attribute

Hi i am new in using struts2 and jquery grid plugin, but i cannot find in anywhere, how to access the attribute of jquery grid? So, here is piece of my list.jsp code with jqgrid right now ...
0
votes
0answers
68 views

Displaying No Records Found in Jqgrid

$.subscribe('gg_alert333', function(event, data) { var records = $("#grid_near").jqGrid('getGridParam', 'records'); alert(records); }); I subscribe the ...
0
votes
0answers
354 views

jQuery dynamic image grid

I'd like to use a jQuery dynamic image grid script which does this: I know there are many dynamic image scripts out there, but none of them seem to work like this. They all just fill up the gaps at ...
0
votes
0answers
124 views

how to load full dynamic array (include table header) on jqgrid

I can load data into the table successfully. but i need to load this data into a Jqgrid. this all data getting from dynamic array (include table header). I try ed it but still i unable to do this. Any ...
1
vote
2answers
186 views

I am trying to make jQuery Simple Color picker in jquery Grid

HTML Markup <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <link rel="stylesheet" type="text/css" media="screen" ...
1
vote
1answer
218 views

I could not make this work. ExtraButton To link to my Action (Srtus2-Jquery-Grid)

I am already stock.. I had created an extra button for struts2 jQuery Grid.. When I click the button, It should go to my Action. How to do this on click? Here is parts of my code. ...
0
votes
1answer
223 views

How to use own created form to create,update records from the Grid. (Struts2-Jquery-Grid Plugin)

Can this be possible, I created a Jquery grid struts2. What I did was added this in the Jquery grid. <s:url id="editurl" action="nedit"/> Then added this options in the navigator="true" ...
0
votes
0answers
66 views

JqGrid sortableRows resize error

I have a problem with drag and drop in my Jqgrid. The height of my jqGrid is "height:auto". When I drag a line, if my cursor is below my last line it increases my Grid's height when I drop and I have ...
-7
votes
1answer
150 views

How to use JQuery Grid Plugin in Strut2?

I want to display data using JQuery Grid Plugin in Struts2.
0
votes
0answers
137 views

How to display binary image in JQuery Grid Column

I am using JQuery Grid with MVC 4 project.I want to show binary image(from Microsoft SQL Server Database) in jquery grid column. How can i do that?
0
votes
0answers
228 views

Jquery Grid Multi Select for sub groups Headers?

I am using mutiselect and multi level grouping in jquerygrid. I wanted to achieve selecting a sub group header, such that all the rows inside the sub group only are selected. If i select the main ...
1
vote
0answers
313 views

Please let me know how to add update button feature to in this jquery code

<%@taglib prefix="s" uri="/struts-tags" %> <%@ taglib prefix="sj" uri="/struts-jquery-tags" %> <%@ taglib prefix="sjg" uri="/struts-jquery-grid-tags" %> ...
0
votes
1answer
277 views

I'm using the Struts2-jQuery grid plugin and the action is called twice

I follow the example listed here when I load the page or press any button on the grid the method execute is called twice. I want to call it just once. What can I do?
0
votes
1answer
234 views

Jqgrid addrow t.p undefined [closed]

This is my grid: colModel: [ { name: "userGroupID", index: "userGroupID", width: 50, hidden:true, align: "left" }, //{ name: "userId", index: "userId", width: 75, ...
0
votes
0answers
151 views

How to present datepicker on date type column of JQuery-Grid

i tried to show datepicker on my grid if users select a row to edit it. But i am unable to make it work. please help in my jsp page `<script type="text/javascript"> ...
0
votes
1answer
253 views

jqGrid sort columns ignoring html markup

I need to implement custom sorting in jqGrid, in column we have html markup, which brakes proper sorting, example: <a href="/Templates/Article.aspx?id=12884945915" class="link" title="Article ...
1
vote
1answer
534 views

Kendo UI Grid template doesn't work in Firefox and Chrome

I have a Grid template in Kendo UI looking like the following: <script id="rowTemplate" type="text/x-kendo-tmpl"> <tr class="row-template"> <td style="width:80px"> ...
2
votes
1answer
835 views

how to call a struts2 action on click of a row from jQuery grid

i have a jsp page where i am displaying my books detail in Struts2 jquery grid. Now i want to call an action and pass rowid as a parameter to the the action class on the click of a row from my Jquery ...
0
votes
0answers
125 views

jquery grid Edit in asp.net

i want to change my gridview because of Customers think the gridview to modify data too troublesome, they don't want click the "edit" and "save"..so i choose jqueryGrid.anyone can post me a example?
1
vote
1answer
138 views

multiple jqgrid on single page + search feature works only for last grid

I am trying to show three jqGrid in single page. all things works fine, but problem is when I am trying to use search functionality of jqGrid at that time it only searches from last grid only! i ...
2
votes
3answers
2k views

dynamic data reload to struts2 jquery grid on form submit

I have a grid which load data on page load. I also have a form that on submit calls an action correctly, but it doesn't load new data on my grid. List is correctly geting and also correctly setting ...
1
vote
0answers
601 views

how to implement filter Search using Struts2 Jquery Plugin

i am try to implement filter serch for my struts2 jquery grid. If i search any string (through jquery filter textbox) then it is calling my action class but i am unable to get the search string in my ...
0
votes
0answers
184 views

Row level grouping in jquery grid and adding submit button to group

How to do row level grouping in grid using Jquery ? I have found code for same query in this forum but using this code i am unable to select row. And i want to add one button per group so that after ...
0
votes
1answer
173 views

stuck in obtaining id of a specific row when users click the delete button of Struts2 jquery grid

I am developing a small application in struts 2 with Jquery Grid for displaying data results. When i click edit button then the specific row id is coming. But when i click the delete button for ...
0
votes
0answers
170 views

how to refresh jquery grid after inserting a row: ruby on rails

I'm trying to refresh jquery grid after inserting or updating the record in the grid. I'm not using inline new(+) and edit functions of jquery grid. ->I used below three ways to refresh my jquery ...
1
vote
0answers
135 views

how to make two grids with master detail relationship in struts2 jquery having functionality add, edit and delete any record from any grid?

I have the requirement of 2 jQuery grid having interlinked within them using Mastr - Details Relationship. In Both grid user can enter the records and can retrive data in case od searched records. Any ...
1
vote
1answer
2k views

JQuery Grid in struts2 - beginner

Im new to struts2 and JQuery programming. Im my application, when the loginAction is called and if the user is an Admin i direct them to the AdminLoadAction. This action loads the adminHome.jsp. What ...
0
votes
0answers
130 views

Jquery getCell()

I need to populate the previous row to value into next row from column in Jquery. I am using $('#myGrid').getCell (rowcnt, 'to');, but it always returns false. Here is the code: beforeShowForm: ...
0
votes
0answers
564 views

jquery grid add new row and delete row

I need to add a new row to the grid but i am not aware how its done i want a form asking for stock symbol on clicking add symbol my jquery grid code is as follows : var jqDataUrl = "GetWatchlist"; ...
0
votes
0answers
496 views

Free JQuery Grid for ASP.Net

Hope all will be doing fine I need a free Jquery Grid to use with ASP.Net with features of client side paging, sorting as well as ability of expanding rows to display the subgrids. But I do not want a ...
0
votes
0answers
100 views

jquery grid does not show record

am using jquery grid 4.4 to display tree view data. Grid doesn't show data. Refer to attached image for json result returned. am using this grid for first time and don't know whats wrong, > ...
1
vote
1answer
413 views

Many-to-one mapping and Struts2-jquery-grid

I was checking the showcase for struts2-jquery-grid. I could understand how to send the List of my objects to the grid Model, but in the sample the object is simple, it has no attribute as an object. ...
0
votes
1answer
1k views

struts2 jquery grid plugin: set width dynamically

I'm using the struts2 jquery grid pluggin with <@sjg.grid ... id="mygrid" shrinkToFit="true" resizable="true" shrinkToFit="true" width= "1000" ... This display a ...
0
votes
0answers
361 views

Add new row in jQuery DataTable after putting filter

I am using DataTable from http://www.datatables.net. When I try to Add a new row dynamically after searching, I get error in my code Microsoft JScript runtime error: 'nodeName' is null or not an ...
0
votes
0answers
402 views

jqGrid: addRowData adds an empty row even when data is provided

I have 2 jqGrids and when I click on a row in the first jqGrid, I need to add that row to the 2nd jqGrid and delete it from the first grid but when I click on the row, an empty row gets added to the ...
0
votes
1answer
245 views

WCF Data Service and JQuery

I'm testing WCF Data Service as shown in here and here. I show the ODATA result in a JQuery grid. Is there any grid that can support paging and sorting automatically? In brief, I just want to ...
0
votes
2answers
2k views

how to load json result on grid after struts2 form submission

I have a grid which displays data on page load, and also a form that on submit gets the variables from datepicker and finally calls an action. I want the new json result to load on grid above but ...
-1
votes
3answers
945 views

basic grid plugin for jquery

I am looking for a very simple data grid plugin for jquery that will allow me to do the following populate it order columns a->z and z->a add rows on the client I am using asp.net mvc on the ...
1
vote
1answer
252 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 ...
0
votes
1answer
7k views

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

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. ...
1
vote
1answer
3k 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 <%@ ...
1
vote
2answers
1k 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!
0
votes
1answer
527 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
3k 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
444 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
728 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: ...
1
vote
2answers
2k 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
1answer
510 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
214 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 ...

1 2