Questions tagged [struts2-jquery-grid]

Struts2 jQuery Grid Plugin. Provides support for the jQuery Grid tag.

The plugin provides a GridTag that renders a Grid. The Grid Tag is provided by the jQuery Grid Plugin (jqGrid) which struts integrates and provides tag library for.

The reference to the project and the sources with examples on the google code site http://code.google.com/p/struts2-jquery/wiki/GridTag

87 questions
0
votes
0 answers
0
votes
1 answer

Struts 2.3.1.5 and jQuery Plugin v3.6 - trying to iterate data returned from JSON with nested object

We've spent couple of days trying to figure it out but we couldn't so we decide to ask for your opinion here. We have a collection which returns a JSON data. The code beneath will render a table and a subgrid table. In the Parent table we've located…
Atanas Kovachev
  • 421
  • 5
  • 12
0
votes
1 answer

how to sort struts2jquerygrid column by default onload in client

I have used Struts2JqueryGrid and I did client side sorting by enable loadonce =true, but it will work while click the column header only. I want shot a column by default on pageload or gridload. My code is
Ravi
  • 15
  • 7
0
votes
0 answers

Struts 2 jqGrid beforeSelectRow stopping

How can I apply this code on the jquery struts2 grid: beforeSelectRow: function(rowid, e) { return false; } I found the solution for my problem on this thread: Is it possible to Stop jqGrid row(s) from being selected and/or highlighted? but is…
kozla13
  • 1,854
  • 3
  • 23
  • 35
0
votes
1 answer

JQGrid: Enable/Disable textbox using Checkbox

user2131009
0
votes
1 answer

Grid error for only one record

I have bug in struts2-grid-Jquery.Every time grid contains only one record ,grid disappear the record as in hyperlink but if there are more than one record it work fine. My code :
0
votes
2 answers

Struts 2 JQuery Grid is not getting displayed

I am trying to show the data from struts2 action class into JQuery Grid. but when i try to achieve that, I am not even getting the Grid, it is just showing the JSON string as output, as shown below, tried all the other answers posted here but no…
Siddarth
  • 33
  • 8
0
votes
1 answer

How to use struts2 grid with form submission

I've already searched on Stackoverflow with no luck; I want to make one filter form in which user enters data and according to that data, I want to show results in Struts2 jQGrid. By default when page loads, Struts2 jQGrid already have action url…
Jaydeep
  • 446
  • 1
  • 6
  • 17
0
votes
1 answer

How to reload jqgrid in struts2 after INLINE editing

I'm doing inline edits on a grid and i want to reload my jqgrid after editing or adding or deleting a row, the CRUD methode works correctly but the grid doesn't reload !! This is my jsp file :
soufiane
  • 1
  • 3
0
votes
2 answers

Struts2 jquery Grid ajax data reload on form submit

I have a fairly simple use case in which, I have a search form and a Grid The grid is suppose to show some default results on loadSearch.action. When the user enters few criteria in search form and hit submit button then ajax results must be…
0
votes
1 answer

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. navigatorExtraButtons="{ seperator: { title…
-1
votes
1 answer

Struts 2 jQuery customising Grid ADD

Is it possible to customize the values which is getting populated in clicking Add/Edit button?
user2816424
  • 73
  • 2
  • 3
  • 9
1 2 3 4 5
6