Search Type: Posts; User: dllchrist
Search: Search took 0.02 seconds.
-
26 Mar 2013 3:32 PM
- Replies
- 1
- Views
- 187
To reproduce (all major browsers) :
1. click the add button to add a row in the grid.
2. select any existing row in the grid, the first row (newly added) will always be highlighted as well.
3.... -
20 Mar 2013 4:02 PM
- Replies
- 4
- Views
- 410
Is there any workaround to this issue?
-
12 Feb 2013 5:24 PM
- Replies
- 70
- Views
- 17,670
Does buffered scrolling support local sorting now? We enabled buffered grid with local sort, everytime we scroll down the grid is automatically sorted by the first column of the grid, even if we sort...
-
8 Aug 2012 2:30 PM
- Replies
- 6
- Views
- 1,727
@Jan,
Yes, in the end we chose to package direct children into subfolders.
But i think something need to be done to the performance of ExtJs 4 tree in IE8, the script limit is triggered when... -
24 Jul 2012 4:15 PM
- Replies
- 27
- Views
- 6,083
looks like it still load all the child nodes and append them at one shot? I changed the generateTaskData() in tree.js to 50000 nodes and the browser(FF) gave up. Is it suppose to load/render page by...
-
20 Jul 2012 2:40 PM
- Replies
- 6
- Views
- 1,727
but what if you have 5000 child nodes under one node? The performance is really bad, especially in IE8. Do we have a "buffered tree" similar to "buffered grid"?
-
19 Jul 2012 3:18 PM
- Replies
- 16
- Views
- 2,478
bump this, when the 'buffered tree grid' ux will be available?
-
15 Jun 2012 10:16 AM
- Replies
- 1
- Views
- 452
We have a grid that allow user to create new record as wells as update existing records, and we have a "save" button which will issue the store.sync. When the user's dirty data contains both new...
-
15 Jun 2012 9:51 AM
- Replies
- 25
- Views
- 38,221
bump this, i can't get it work on extjs 4.1 either.
-
14 Jun 2012 1:56 PM
- Replies
- 4
- Views
- 1,026
Thanks Evan. This is exactly what I'm looking for. Now everything works like a breeze.
And I agree with Animal, It is better to add a "bulkremove" method in the store api. -
8 Jun 2012 3:16 PM
- Replies
- 4
- Views
- 1,026
We have a data store for a grid which initially has about 600 records loaded in one page. We have a functionality to allow the user to select certain rows and then delete them, we use the following...
-
13 Feb 2012 4:58 PM
- Replies
- 51
- Views
- 23,687
Same issue here
@Sencha, Is this fixed in extjs 4.1? -
7 Dec 2011 9:42 AM
- Replies
- 3
- Views
- 535
Thanks, Looks like they are replacing store.save() with store.sync(), i tried it in my code and it worked as well. Now the question is how to setup the callback option for store.sync(). I searched...
-
6 Dec 2011 2:12 PM
- Replies
- 3
- Views
- 535
Is there any way to specify callback option for store.save() method?
I tried the following but it doesn't work.
myGrid.store.save({
success...
Results 1 to 14 of 14
