struts2 jquery subgrid change height row - struts2

I'm using jQueryGrid with Struts2.
When I work with a subgrid row height is changed.
Is it possible to set the row height?
thanks

You can read about subgrid here and here. That will help you understand the options to use. Hope this helps.

Related

How to change the height of a pane in highstock?

Is there a way to drag and change the height of highstock pane in the demo here. Something like we can do for webstock here.
thanks
Unforurtantley this option is not possible, but I advice to post your suggestion on uservoice: http://highcharts.uservoice.com/

Increasing the width of UITableViewCell in a grouped TableView layout

I am trying to get rid of the cell margin on the left and right of a set of cells within a group.
I have looked around and have found this question/answer
but this seems like it could cause plenty of problems down the track.
I also tried changing the cell.indentationWidth and cell.indentationLevel but these seem to change the indentation within the cell, not the cell itself.
Is there an Apple approved way of changing these cells to stretch the width of the Tableview??
Thank you in advance, your help is much appreciated.
Scott
Do one thing. add label or any other control in this and then add that in your UITableviewcell.
Then you can give whatever format you want according to your need.

How to Change a height of jquery mobile header

I am new to jquery mobile. I have one problem. I want to increase the height of a default header.
Now my problem is that i want to increase a size of this header. Can any one tell me how to do it? What css i have to overwrite?
Thanks In Advace
Waiting For Quick Reply
Aamirkhan I.
The correct way is to modify the ui-title class on the css
you can control the height of the header by controlling the height of the div in which you are putting the header tag or data-role="header".
worked for me in case of other jquery-mobile components
#media screen and (min-width:720px) {
.ui-btn-text {font-size:36px;}
}
I enlarge the font size to get larger header.

BlackBerry ListField Height Not Changing

In the ListField,If i click on selected index or focus on the selected index,i want to chane the height of the selected field automatically....
Can u help how to implement that ....
Advance thanks..
A ListField can only have uniform row sizes, so unfortunately it won't be something as simple as changing the height of the selected row. If you're wanting it to be able to change sizes, you'll probably need to write your own. It wouldn't be too terribly difficult by just adding fields to a VerticalFieldManagerand making that scrollable, though you will need to handle selection painting, row indexing, etc.
A ListField can only have uniform row sizes... but if you use horizontalFieldManager for the list row. you can change the size on TouchEvent by setting height of the horizontalFieldManager

How to make a selection over a large area of cells in virtualtreeview?

I am using TVirtualTreeView as an excellent alternative to the old TStringgrid.
On one feature that I am missing though, is the possibility to make selections of an any area of cells (other than a single column, row or the whole area).
I can not find any solution to this, does anyone have a suggestion?
You Can Use Canvas Draw For Show Own Selection Area of Cell.

Resources