Search Type: Posts; User: damir222
Search: Search took 0.01 seconds.
-
29 Nov 2008 9:06 AM
Jump to post Thread: Grid sorting issues by damir222
- Replies
- 0
- Views
- 860
Hi,
I thing store.add(Collection) should sort only once after all items have been added, not once for each items.
Currently when the store is repopulated with items and sorting is applied it... -
19 Nov 2008 12:13 AM
Jump to post Thread: grid exception by damir222
- Replies
- 0
- Views
- 904
v1.1.3
Loading objects into grid does not work in this case.
This grid is dynamically reconfigured before each loading.
Otherwise is is just an EditGrid with one check column and few number... -
3 Nov 2008 7:51 AM
- Replies
- 3
- Views
- 2,193
Hi,
In new 1.1.2 release grid.reconfigure fails if grid has CellSelectionModel bound to it:
cellSelectionModel.bindGrid() calls grid.setTrackMouseOver() which has assertPreRender().
Of... -
2 Nov 2008 4:06 AM
Jump to post Thread: Grid grouping performance by damir222
- Replies
- 2
- Views
- 1,166
Hi,
your argument about ui design is valid. In this case user needs to have fast access to this whole data set. Scrolling and picking through 1000 items is no easy task, but using filtering and... -
29 Oct 2008 3:44 AM
Jump to post Thread: Grid grouping performance by damir222
- Replies
- 2
- Views
- 1,166
Hi,
I'm evaluating new GXT 1.1 and many things have improved over previos versions, so congratulations to darell for excelent work.
Grid seems to perform quite fast even rendering quite large... -
3 Jul 2008 8:48 AM
Jump to post Thread: DTO's by damir222
- Replies
- 6
- Views
- 3,565
Darell,
I think the bigger problem is need to maintain two sets of classes, and no ide support for writing getters and setters that access map properties (?) (string constants are alse error... -
24 May 2008 2:54 AM
Jump to post Thread: How do I use store api properly? by damir222
- Replies
- 5
- Views
- 1,699
FormBinder
public class FormBinder {
HashMap<String, Field> fields;
public FormBinder() {
super(); -
23 May 2008 7:40 AM
- Replies
- 45
- Views
- 21,872
Hi,
there doesn't seem to be any satisfactory solution for now. I also use something like joshb's aproach for the time beeing.
Don't know what darell thinks, this is very important in the long... -
23 May 2008 7:31 AM
Jump to post Thread: How do I use store api properly? by damir222
- Replies
- 5
- Views
- 1,699
I have for the time beeing created my own FormBinder where i register field and property name pairs that need to be copied in and out. I have also extended FormPanel with BoundFormPanel so i can add...
-
23 May 2008 2:11 AM
Jump to post Thread: How do I use store api properly? by damir222
- Replies
- 5
- Views
- 1,699
I have more questions/comments.
loading initial items into tree table also seems to have a bug:
# if (store.isFiltered()) {
# if (isOrDecendantSelected(null, element)) {
# ... -
22 May 2008 3:23 AM
Jump to post Thread: How do I use store api properly? by damir222
- Replies
- 5
- Views
- 1,699
Hi,
I have a TreeTable displaying data from TreeStore, and a FormPanel for editing this data.
I kind of like Record abstraction so I tried to use it to edit my data in a form.
I load the... -
23 Apr 2008 9:30 AM
Jump to post Thread: License by damir222
- Replies
- 29
- Views
- 11,377
This discussion has all needed ingredients to go somewhere unconstructive:(
But I'll join because I need clarification in regards to license...
First, I want to state that I think paying...
Results 1 to 12 of 12
