Search Type: Posts; User: rational
Search: Search took 0.01 seconds.
-
8 Jun 2010 6:49 AM
- Replies
- 0
- Views
- 760
I'm changing the theme of an existing gxt application. From a CSS theme that looks near my idea, I'm modifying several classes to adjust the look and feel.
I was very surprised when, with the new... -
3 Jun 2010 3:39 AM
Jump to post Thread: Sorting EditorGrid problem by rational
- Replies
- 4
- Views
- 1,051
Partially solved.
I know it may not be the best way to do it, but forcing the ordenation of the grid after adding a new row, the problem dissappears.
String sortField =... -
2 Jun 2010 7:28 AM
Jump to post Thread: Sorting EditorGrid problem by rational
- Replies
- 4
- Views
- 1,051
Sorry if I'm too novice using GXT, but I'm not sure about what you ask for.
The application in which I'm working is quite huge and I'm dealing with a single panel, I can't copy here all the code.
... -
2 Jun 2010 4:21 AM
Jump to post Thread: Sorting EditorGrid problem by rational
- Replies
- 4
- Views
- 1,051
I'm dealing with an EditorGrid with its ColumnConfigs and his store.
After the grid's been filled, a sorting is applied with the line:
grid.getStore().sort(field, sortDir);
An add button...
Results 1 to 4 of 4
