Hi!
My grid uses a database to store which columns that should be shown when loaded.
Every column is set to “hidden:true” in colModel and in the loadComplete I use showCol for all columns that are set to be visible in the database.
My problem is that the grid width does not expand after using showCol. The width remains the same as with all columns hidden. Does anyone know why?
(if I use setGridWidth to set width manually after showCol, I can see all columns that were supposed to be there, which means that showCol works.)
T
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top