Is it possible to hide columns in jQuery Grid by default?
Posted
by Toran Billups
on Stack Overflow
See other posts from Stack Overflow
or by Toran Billups
Published on 2009-05-14T13:41:44Z
Indexed on
2010/04/21
14:33 UTC
Read the original article
Hit count: 267
jquerygrid
|JSON
I have been working with the jQuery Grid the past few days and one thing I have not found any documentation on yet is the ability to hide a column by default.
The reason I want this is that I'm building my JSON w/ every property of my object yet my grid might only show 75% of these as valid columns. I want the ability to pass back more JSON than I actually use, and one way I thought to accomplish this would be to hide the columns I'm not using.
Any other suggestions are welcome, but I would prefer the ability to push down a larger list of JSON than I actually use by default.
© Stack Overflow or respective owner