Search Type: Posts; User: planadecu
Search: Search took 0.03 seconds.
-
14 Jan 2013 12:50 PM
- Replies
- 9
- Views
- 2,440
After 1,5 years developing in GXT I must agree with Adam's opinion.
I would add up some stuff: nested layout management and integration with different size devices is a hell. In my point of view... -
22 Aug 2012 9:22 AM
- Replies
- 0
- Views
- 458
I have the following code and my toolbar disappears on hide, show of the form.
EditorGrid<ModelData> grid = new EditorGrid<ModelData>(store, new ColumnModel(configs));
grid.setHeight(200);... -
19 Jul 2012 6:29 AM
- Replies
- 3
- Views
- 1,012
Hello,
I'm having the exact same problem. Changing the response type didn't work, I wonder whether is a hosted mode problem or it works on production with real html.
In my case the bug is in... -
31 May 2012 9:33 AM
Jump to post Thread: Grid align problem in GXT 2.X by planadecu
- Replies
- 0
- Views
- 415
Hello,
I'm creating a grid with a variable number of columns. The first colum size is 200 and the other are 50.
I can't get a correct grid render. The container is the whole page, so it's big... -
23 May 2012 5:46 AM
- Replies
- 5
- Views
- 3,141
Thanks.
-
23 May 2012 5:44 AM
- Replies
- 5
- Views
- 3,141
Hello,
The GXT2.0 explorer has been replaced for the latest 3.0. Where can I find the previous version?
Thanks,
Jordi. -
1 Feb 2012 7:36 AM
- Replies
- 5
- Views
- 2,904
This happens cause the underline implementation has 2 html tables. Try to put a fixed width on the parent.
Hope it helps, first answer :D -
1 Feb 2012 7:30 AM
Jump to post Thread: Reload data in GXT grid freezes by planadecu
- Replies
- 1
- Views
- 871
Based on the GXT showcase example 'Paging BeanModel Grid' I try to reload the grid when I have done a modifiaction to my data source. I defined the loader like that:
final...
Results 1 to 8 of 8
