testStore = Ext.create('Ext.data.Store', { fields: ['fieldName'], data : SeachFields.Records, remoteSort: false, sorters: { property: 'fieldName', direction: 'ASC' // or DESC...
Type: Posts; User: santhosh_learner
testStore = Ext.create('Ext.data.Store', { fields: ['fieldName'], data : SeachFields.Records, remoteSort: false, sorters: { property: 'fieldName', direction: 'ASC' // or DESC...
We are using Extjs 4.2.2 in our project, enableLocking :true configured for a grid.
The row height of locked columns and normal columns are not in sync
any update on this?
Thanks tristan.
Actually I need list of locked columns.So iterated all the columns to check the ones with locked: true config
How to get the locked columns count in grid
Refresh event is fired thrice when reconfigure is called
https://www.sencha.com/forum/showthr...gure-is-called
I m facing a similar issue as above and I m using Ext 4.2.2 in my project
I didn't get any reply? is the fix available for 4.x
https://www.sencha.com/forum/showthread.php?296811-Refresh-event-is-fired-twice-when-reconfigure-is-called
I m facing a similar issue as above and I m using Ext 4.2.2 in my project
So the fix is available in which release?I m currently using 4.2.2 in my project, facing similar issue
I couldn't find anything in developer tools(no errors). The time taking for selection is depending on the data, when there are more than 500+ records in the grid, its taking 4-5 seconds. For records...
Hi,
I m using extjs 4.2.2. Recently added bufferedrender plugin for a grid to display more than 10000 records, I m getting an error at grid.getView().getCell(rec, column);
Cannot read property...
Hi, I m using extjs 4.2.2. A grid with selectionModel & enable Locking : true having more than 200+ records. when a user tries to select the checkbox it taking 4-5 seconds to select.
Is anything can...