Search Type: Posts; User: basinilya
Search: Search took 0.01 seconds.
-
6 Feb 2012 5:33 AM
- Replies
- 0
- Views
- 391
I need a deep copy of List<BaseModelData> . This method is supposed to create it:
@SuppressWarnings("unchecked")
public static <T> T cloneSerializable(T o) {
try {
... -
27 Jan 2012 7:03 AM
- Replies
- 0
- Views
- 373
Hi. After I added column grouping, the grid header cells shifted:31078
Although the TDs have explicit width, IE doesn't honor them for some reason.
Here's simplified example:
header:... -
27 Jan 2012 6:51 AM
- Replies
- 2
- Views
- 859
Thanx. Solved.
-
26 Jan 2012 12:15 PM
- Replies
- 2
- Views
- 859
I have gxt grid in my web app. I want the caption of one column header to span over multiple columns.
|column1 |column2 |loooooooooooong text|column5 ... -
19 Jan 2012 11:01 PM
- Replies
- 0
- Views
- 410
I have a comboBox cell editor with some predefined values. The grid is loaded from a database and the cell's value can be just any, not only those listed in the combo box.
The problem is: a user... -
14 Dec 2011 4:50 AM
- Replies
- 0
- Views
- 265
Hi. I need to position form fields inside fixed-width columns. When the first column is full, they go to the next column. If the container height changes, the controls should be re-positioned. If...
Results 1 to 6 of 6
