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
1
vote
1 answer

Struts 2 jQuery Grid reload issue

I have following jqGrid in my page
Haider
  • 615
  • 1
  • 16
  • 38
1
vote
2 answers

Struts 2 jQuery plugin isSubscribe not working

The struts 2 jQuery plugin has a built in publish/subscribe framework. If you define your own publish and subscribe event (for example on a grid) the subscribed function will be called every time the event is published. For details please see…
Alireza Fattahi
  • 42,517
  • 14
  • 123
  • 173
1
vote
1 answer

Show Column values in Password format in jqgrid

I am using struts2 jqgrid. I want to show password column values in password format in my grid. Can we use custom formatter to show password value in bullets format?
Akshay
  • 216
  • 2
  • 15
1
vote
2 answers

jqGrid: conditionally hide / show column content **per row**

Is there any way to target a column in a jqGrid (in my case, Struts2-jQuery-Grid Plugin 3.7.0) on certain rows only ? For example, I want to show the content of the 2nd column only if the 1th column value is Movie: …
1
vote
1 answer

Gathering/capturing an array of ids of checked rows to delete rows using Struts2-grid plugin

I have a grid to show data in a tabular format as follows.
Tiny
  • 27,221
  • 105
  • 339
  • 599
1
vote
1 answer

Struts2 Jquery Datepicker inside grid column

Can any one help me in including datepicker inside sjg:gridColumn tag.I have included my code below.Whats the Edittype to be used so that a could able to get datepicker.
user2816424
  • 73
  • 2
  • 3
  • 9
1
vote
1 answer

Struts 2 Jquery delete a row

Can anyone help me deleting a row from Struts 2 Jquery grid using an external button. I have included a button in the jsp as below Delete and in the script tag I…
user2816424
  • 73
  • 2
  • 3
  • 9
1
vote
1 answer

How to prepopulate Checkbox in Struts2 jquery grid column ?Note( The checkbox should also be editable)

Am using Struts2 jquery grid to show List objects. I have a boolean attribute in it, which I wish to show as a Checkbox in UI(ie. Checked when 'True' and Unchecked when 'false'). This checkbox should also be editable in UI.Finally on submit I want…
Nish
  • 11
  • 3
1
vote
2 answers

Struts2 not showing String Attribute

I am pretty familiar with Struts 2... Since 3 days I've been stuck in a very strange problem. I have many attributes in my action class; some are Integers, the others are Strings. I know I have created both of the getters/setters for all my…
Lord-zed
  • 11
  • 3
1
vote
2 answers

Struts2-Jquery Grid CSS Editing

I have a Struts2-jquery Grid component on my webpage. It works perfectly, but how can I edit the CSS rules for the Struts2-jQuery-Grid plugin ? Can I apply my custom CSS rules to this grid view ?
1
vote
0 answers

On rowselect of a struts 2 jquery grid my rowselect values not coming correct

When i click on row of grid it is giving correct values (like cadio, 101) but i click on next row it is giving values(like cadio, 101) which is wrong , the correct values will be (Biceps, 101). Explanation- i am geeting row values like this: cadio,…
Jeetu Verma
  • 199
  • 1
  • 5
  • 19
1
vote
4 answers

Reload struts2 Jquery Grid on row click of another grid

I have two struts2 jQuery grids in my page. I have to load the 2nd grid on row click of the first grid. I have added a rowselect event listener to the first grid and in that method I am trying to reload the…
Karthick R
  • 599
  • 9
  • 25
0
votes
1 answer

Fetch column name from hive via querygrid

My requirement is that I need to fetch only the list of columns of a hive table via querygrid. For example, the "help foreign table" gives the col_name,data_type and comment as output. Can someone please suggest how I can fetch only the col_name?
0
votes
0 answers

How to create a Grid with a single Parent grid and 2 subgrid on the same level using Struts2 Jquery Grid (sjg:grid) plugin

I'm trying to get my grid structure in 1 parent grid and 2 children (both children should be in the same label) grid under that parent. I found 1 solution - but this is Grandparent - Parent-Child relation. (1 grid under other…
0
votes
1 answer

How to render a checkbox disabled in jquery grid for a particular cell(Not the entire row)

When i am loading the page, some of the checkbox's should be disabled and the user should not be able to select them. For example, when loading the page, checkbox for rows with odd "id" should be disabled. But the entire row should not be disabled,…
draner
  • 43
  • 13