how to delete or add column in grid panel

Posted by xrx215 on Stack Overflow See other posts from Stack Overflow or by xrx215
Published on 2010-05-04T15:34:31Z Indexed on 2010/05/05 20:18 UTC
Read the original article Hit count: 181

Filed under:

grid.getcolumnModel().setHidden(0,true) will be effected for column menu and not grid panel. In column menu u can enable or disable the column. How do we add or remove the column in grid panel dynamically?

© Stack Overflow or respective owner

Related posts about extjs