Different Editors for one column in EditorGridPanel ExtJS
        Posted  
        
            by Sloane
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sloane
        
        
        
        Published on 2010-03-12T17:40:17Z
        Indexed on 
            2010/03/13
            4:17 UTC
        
        
        Read the original article
        Hit count: 353
        
Hi,
I am trying to show/load different editor on different rows of a editorgridpanel. Like a textbox on one row combobox/superboxselect on another and it could be any order, random. The conditions which dictate which editor will be shown reside in the database. Please tell me if this is possible and if so, how do i go about it.. I have tried pulling the conditions asynchronously which are pulled on a click event for the respective column, but calling it async causes problems. Please advise
© Stack Overflow or respective owner