Search Type: Posts; User: carlov
Search: Search took 0.02 seconds.
-
7 Feb 2013 9:08 AM
- Replies
- 111
- Views
- 27,810
yes it works, it was my mistake; i assigned the renderer into grid reconfigure event listener (which fires after the reconfiguration).
Thanks for you time skirtle! -
6 Feb 2013 7:20 AM
- Replies
- 111
- Views
- 27,810
Hi
i am trying to use componentcolumn in a grid which has dynamic model
listeners : {
'metachange' : function(store,meta){
grid.reconfigure(store , [{xtype : 'componentcolumn',
... -
5 Feb 2013 6:57 AM
- Replies
- 2
- Views
- 388
Hey it works!
Thanks -
31 Jan 2013 1:34 AM
- Replies
- 2
- Views
- 388
Hi all
i would like to use this example
http://jsbin.com/otorix
but seems like it's not working properly:
1- edit a cell in first column
2- add a new column -
17 Jan 2013 9:36 AM
Jump to post Thread: Grid Header Filters by carlov
- Replies
- 64
- Views
- 28,412
i fixed it by adding
remoteFilter: true to the grid store ... -
17 Jan 2013 9:18 AM
Jump to post Thread: Grid Header Filters by carlov
- Replies
- 64
- Views
- 28,412
Hi
i am trying to use the plugin to implement a multiselect combo header filter
filter: {xtype: 'combo', multiSelect : true, store: ...}
Results 1 to 6 of 6
