Search Type: Posts; User: bcd
Search: Search took 0.02 seconds.
-
31 May 2011 11:49 AM
- Replies
- 4
- Views
- 1,772
and a quick fix until the next extjs release (without making changes in the main extjs file):
Ext.grid.header.Container.override({
prepareData: function(data, rowIdx, record, view, panel) {
... -
31 May 2011 11:39 AM
- Replies
- 2
- Views
- 644
http://www.sencha.com/forum/showthread.php?134571-checkcolumn-dirty-markup
-
31 May 2011 11:37 AM
- Replies
- 4
- Views
- 1,772
the problem is in src/grid/header/Container.js at line 768:
obj[headerId+'-modified'] = record.modified[header.dataIndex] ? Ext.baseCSSPrefix + 'grid-dirty-cell' : '';
it should be: -
8 Apr 2011 9:22 AM
Jump to post Thread: [3.x] Ext.ux.grid.AutoRefresher by bcd
- Replies
- 44
- Views
- 19,014
Something is going wrong on firefox (at least for the latest version - 4) when you are sending some parameters (baseParams) to the remote server. When the function reload is called with no arguments...
-
13 Dec 2009 12:25 AM
- Replies
- 4
- Views
- 1,908
I've made a new urlEncode function which can handle nested objects
Example:
{
a:{
b: [1,2,3,4],
c: 5
},
Results 1 to 5 of 5
