Search Type: Posts; User: fbrus001
Search: Search took 0.02 seconds.
-
2 Apr 2012 7:19 AM
- Replies
- 4
- Views
- 669
Ext.define('MyApp.feature.TreeFiltersFeature', {
extend: 'Ext.ux.grid.FiltersFeature',
alias: 'feature.treefilters',
//overridden method
getGridPanel: function () {
... -
19 Mar 2012 11:43 AM
- Replies
- 2
- Views
- 492
Thanks for your reply! Okay, that's another possibility. In my special case, it's not a grid but a DataView I wrote.
By default, this gets updated automatically once the data in the store gets... -
19 Mar 2012 7:18 AM
- Replies
- 2
- Views
- 492
Hello everyone,
in my Ext JS application, I have a store that synchronizes its data with a remote server via the proxy's "api" configuration. This all works fine. Now, when a record gets updated... -
16 Mar 2012 4:10 AM
- Replies
- 51
- Views
- 23,250
Really, this should be possible from within the framework. Otherwise, there's really no use using associations; it's probably less painful then to add another store and link everything manually. Is...
-
11 Oct 2011 2:11 AM
Jump to post Thread: [B2] Extendable TableChunker? by fbrus001
- Replies
- 3
- Views
- 929
You could try overriding the setNewTemplate function contained in Ext.view.Table. This doesn't seem to be documented though.
Results 1 to 5 of 5
