-
20 Dec 2012 1:43 AM #11Ext JS Premium Member
- Join Date
- Apr 2008
- Location
- Groningen - Netherlands
- Posts
- 1,017
- Vote Rating
- 23
I just implemented the bufferedrenderer. It really works great, this is a huge step forward! Grid scrolls nice and easy.
Now just some layout issues with the fieldsets, hope these things get stable too.
But, good job, that bufferedrenderer. Next step, put that thing default hidden the grid so you don't even have to configure it
-
4 Jan 2013 3:53 PM #12
This does not work for me in 4.2.0 with:
PHP Code:config.viewConfig = {
markDirty : false,
emptyText : 'strNoItems'
};
-
5 Jan 2013 10:32 AM #13
You mean the markDirty config?
Did it ever work?
I see no code for handling it. Even though it is documented!
This is a bug in that the reality does not match the config.
Please create another thread for this which I can push into the Jira queue.Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
11 Jan 2013 8:26 AM #14
It worked in V4.1.1 at least. It used to be referenced in the Ext-grid-header-Container class in the prepareData() method which has been removed from V4.2.0 probably because of a re-factor to the class I would guess.
Created a new thread for this: http://www.sencha.com/forum/showthread.php?253647


Reply With Quote