Hidden Columns

Hi



Is there a ‘hidden’ coltype? I cant find any documentation on all the the allowed coltypes i.e. ‘ro’, ‘ed’ etc. I’d like the grid to load up xml of which one column is to remain hidden. This hidden field can then be interrogated on the client side.



The column and value are known on the server but need to be passed to the client. Can you initialise the entire grid with a column hidden?



Thanks

George

There is no such column type, but you can show hide column by
    grid.setColumnHidden(index, true);

The command can be initiated from XML as well