Search Type: Posts; User: ne0vincent
Search: Search took 0.01 seconds.
-
6 Aug 2012 6:13 AM
Jump to post Thread: groupBy() method by ne0vincent
- Replies
- 1
- Views
- 181
Hi,
mystore.groupBy() method seems to be removed from Ext 4.0
I just wan't to change dynamicaly the "groupField: " store params.
Is it stille possible ? thanks a lot ;) -
2 Jul 2012 6:36 AM
- Replies
- 3
- Views
- 361
Ok.
But : listeners --> load function is not very explicit.
load, also means "is loading" and no "after loading".
Maybe a parameters like "afterloading" could be more understandable ;)
... -
2 Jul 2012 5:07 AM
- Replies
- 3
- Views
- 361
Hi,
I'm trying to catch the end of AJAX loading of data.
I've tried some different listeners parameters, but nothing works.
var store_poles = Ext.create('Ext.data.Store', {
fields:... -
21 Jun 2012 4:35 AM
Jump to post Thread: Ext JS 4.1.1 RC1 Now Available by ne0vincent
- Replies
- 74
- Views
- 20,737
I've found the solution :)
Do not use
autoLoad: true,
-> Put
autoLoad: false, with
store.load(); juste after the store declaration.
And the startCollapsed will works ! -
21 Jun 2012 4:15 AM
Jump to post Thread: Ext JS 4.1.1 RC1 Now Available by ne0vincent
- Replies
- 74
- Views
- 20,737
I found the problem, when data come from local array data, declared in the current js file, the collapse works.
But if i use proxy data with Ajax call, it doesn't works !
var store =... -
20 Jun 2012 11:47 PM
Jump to post Thread: Ext JS 4.1.1 RC1 Now Available by ne0vincent
- Replies
- 74
- Views
- 20,737
The 4.1.1 RC1. I use grid with grouping-summary features and locked columns.
-
20 Jun 2012 11:43 PM
- Replies
- 2
- Views
- 895
seems to bug with a locked grid.
-
20 Jun 2012 6:38 AM
Jump to post Thread: Ext JS 4.1.1 RC1 Now Available by ne0vincent
- Replies
- 74
- Views
- 20,737
I just need something to collapse all groups.
I've also tried this, without success :
,
features: [{
id: 'group',
ftype: 'groupingsummary',
... -
20 Jun 2012 6:10 AM
Jump to post Thread: Ext JS 4.1.1 RC2 Now Available by ne0vincent
- Replies
- 29
- Views
- 12,143
startCollapsed: true,
this parameters doesn't work. All grouping are expanded.
Edit: I found a solution :... -
20 Jun 2012 6:04 AM
Jump to post Thread: Ext JS 4.1.1 RC1 Now Available by ne0vincent
- Replies
- 74
- Views
- 20,737
startCollapsed: true,
this parameters doesn't work. All grouping are expanded.
Results 1 to 10 of 10
