Search Type: Posts; User: Olaus
Search: Search took 0.01 seconds.
-
5 Jul 2012 5:45 AM
- Replies
- 0
- Views
- 477
I have done some performace test on the GXT 3 vs GXT 2 TreeGrid.
Since the buffergrid that the TreeGrid in GXT 2 extended don't exists anymore in GXT 3 you would expect that performace to be bad if... -
30 Jun 2012 4:06 AM
Jump to post Thread: BufferGrid by Olaus
- Replies
- 2
- Views
- 611
Hi.
What bout TreeGrid. In GXT 2 the TreeGridView extended BufferView. In GXT 3 it extends the normal GridView. This makes the TreeGrid extremely slow in GXT 3 and in my case totally useless. -
28 Jun 2012 4:07 AM
Jump to post Thread: BufferGrid by Olaus
- Replies
- 2
- Views
- 611
Is the buffer grid gone in GXT 3 or can the same be done in another way?
Right now some of my grids with lots of rows that worked fine in GXT 2, are unussable. -
8 Jun 2012 7:41 AM
Jump to post Thread: Prevent fireEvent by Olaus
- Replies
- 1
- Views
- 590
Hi.
In GXT 2 components extended BaseObservable. Then you could prevent events from fiering by "component.setFiresEvents(false);"
How do I do the same in GXT 3 -
18 May 2012 6:25 AM
- Replies
- 1
- Views
- 433
I get a strange behaviour the trying to extend GroupingViewDefaultAppearance
When create a new instance of my extended appearance with GWT create the instance type is ... -
18 May 2012 4:47 AM
- Replies
- 0
- Views
- 366
Is there any reason why the group-expand-sprite.gif in groung grid is not in the client bundle.
One unnessasary http request to fetch the icon. -
17 May 2012 12:11 PM
- Replies
- 2
- Views
- 708
It's not possible to set a custom GridAppearance in the Grid GroupingView constructor.
You can only set a custom GroupingViewAppearance.
Could you please add the constructor:... -
29 Feb 2012 6:57 AM
Jump to post Thread: isExpanded in GroupingView by Olaus
- Replies
- 0
- Views
- 286
Is there any reasion why GroupingView::isExpanded is protected and always returns false in GXT 3.
-
22 Feb 2012 4:04 AM
Jump to post Thread: Filter a store? by Olaus
- Replies
- 4
- Views
- 948
Yes. I set a filter to a store. The filter depends an external property (date). So I want to rerun the filter when the date changes. I don't want to remove/add the filter in order to run it.
-
21 Feb 2012 7:17 AM
Jump to post Thread: Filter a store? by Olaus
- Replies
- 4
- Views
- 948
How do I filter a store?
In gxt 2 i could do store.filter(property); But that is removed.
applyFilters is protected. Should that be public like applySort? -
7 Feb 2012 5:32 AM
Jump to post Thread: Custom ToolTip to heigh by Olaus
- Replies
- 3
- Views
- 676
I got this working now.
My workaround was to create a custom TipAppearence with my own template where the span is replaced by a div.
I still think it's a bug that should be corrected. -
7 Feb 2012 5:08 AM
Jump to post Thread: Custom ToolTip to heigh by Olaus
- Replies
- 3
- Views
- 676
Thanks for the responce.
The problem is my custom tip is more complex than the one in the testcase. It contains some nested divs.
(I used <span> to produce the "correct" screenshot)
The problme... -
7 Feb 2012 1:39 AM
Jump to post Thread: Custom ToolTip to heigh by Olaus
- Replies
- 3
- Views
- 676
(Beta 2) I'm trying to customize a tooltip, but the tooltip gets to heigh.
It looks like this.
31425
But should look like this
31426
TestCase: -
3 Feb 2012 1:40 PM
Jump to post Thread: Conditional CSS in XTemplate by Olaus
- Replies
- 2
- Views
- 1,122
In an XTemplate I have a boolean that determince if a css name should be present in a div or not.
But I get the following error message
[ERROR] [gxt3test] - SafeHtml used in a non-text... -
2 Feb 2012 12:22 AM
Jump to post Thread: store.find(prperty,value) by Olaus
- Replies
- 0
- Views
- 310
In GXT 2 I could do store.find(property,value) to find a model in the store.
How do I do the same in GXT 3? -
1 Feb 2012 6:20 AM
- Replies
- 3
- Views
- 831
This happends if the grid is reconfigured before it's attached.
Bug or limitation? -
1 Feb 2012 5:43 AM
- Replies
- 3
- Views
- 831
Gxt 3-beta2:
grid.reconfigure(store, cm);
Will through Null exception. -
19 Jan 2012 12:08 AM
Jump to post Thread: Custom Grid ColumnHeader by Olaus
- Replies
- 0
- Views
- 485
I'm trying to port my custom Grid from 2.0 to 3.0.
In my grid I have a custom ColumnHeader with my own DOM structure.
In 2.0 this was easy to do, just override the onRender method. But in 3.0 the...
Results 1 to 18 of 18
