Search Type: Posts; User: anttihavanko
Search: Search took 0.02 seconds.
-
12 Apr 2011 4:57 AM
- Replies
- 1
- Views
- 1,126
Here's one solution if someone has the same problem.
I override combobox's selectByValue method, and now it always selects first item on list. If someone knows better solution, please tell me.
... -
9 Apr 2011 11:33 PM
- Replies
- 1
- Views
- 1,126
I have combobox which uses loader to query values from server. When data is loaded, I wan't to highlight/select the first item from combobox's listview and not the one which matches user's query.
... -
21 Jan 2011 12:41 AM
- Replies
- 1
- Views
- 794
Oh yes... I tried to create new project and it works ok even after compiling. Used the default GWT project and replaced default button with GXT button. So problem is in just that one project. What...
-
21 Jan 2011 12:35 AM
- Replies
- 1
- Views
- 794
I got a weird problem, and it's driving me crazy. :D Everything works great in hosted mode, but after compiling GXT widget's won't render. For example if I just add button to rootpanel, it just shows...
-
26 Jul 2010 10:10 AM
- Replies
- 5
- Views
- 1,103
Yes, that does the trick. Now it is working correctly. Thanks!
-
26 Jul 2010 10:01 AM
- Replies
- 5
- Views
- 1,103
What do you mean by "ask store for the data"?
Do I have to manually add/update the dragged model to correct parent (where it was dragged)? Because it updates the grid correctly after dragdrop.... -
26 Jul 2010 9:37 AM
- Replies
- 5
- Views
- 1,103
Hi
I'm trying to reorder EditorTreeGrid and update the model after dragdrop. I found out that calling store.getModels(), returns updated store but fetching models with getChild(i) doesn't. Is this...
Results 1 to 7 of 7
