1. #11
    Ext JS Premium Member tvanzoelen's Avatar
    Join Date
    Apr 2008
    Location
    Groningen - Netherlands
    Posts
    1,010
    Vote Rating
    23
    tvanzoelen has a spectacular aura about tvanzoelen has a spectacular aura about

      0  

    Default


    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

  2. #12
    Sencha Premium Member Zdeno's Avatar
    Join Date
    Nov 2009
    Location
    Prague
    Posts
    326
    Vote Rating
    12
    Zdeno will become famous soon enough

      0  

    Default


    This does not work for me in 4.2.0 with:
    PHP Code:
    config.viewConfig = {
        
    markDirty false,
        
    emptyText 'strNoItems' 
    }; 

  3. #13
    Sencha - Ext JS Dev Team Animal's Avatar
    Join Date
    Mar 2007
    Location
    Notts/Redwood City
    Posts
    30,458
    Vote Rating
    20
    Animal is a jewel in the rough Animal is a jewel in the rough Animal is a jewel in the rough

      0  

    Default


    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.

  4. #14
    Sencha User Stormseeker's Avatar
    Join Date
    Jan 2010
    Location
    Evanston, Illinois
    Posts
    52
    Vote Rating
    1
    Stormseeker is on a distinguished road

      0  

    Default


    Quote Originally Posted by Animal View Post
    You mean the markDirty config?

    Did it ever work?
    .
    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