View Full Version : In a grid make a column invisible
Micr4517
03-25-2003, 05:12 AM
I try to make a column invisible or two column invisible in the same grid i try in the grid-display to give the same address has the last column but this is not working. if somebody have great idea it will be appreciate.
Thank you!
hi,
as far as I know, there is no way to make a column "invisible".
Instead you can use the HIDDEN-DATA property to store your "invisible" data
The other option besides HIDDEN-DATA is to make the VIRTUAL-WIDTH of the Grid smaller than the length of the data-item in the grid. This would allow visual truncation of data past the last column. The only advantage to this over HIDDEN-DATA is the programming is a bit simpler because you can move and inquire to the same data item without extra coding to set and inquire the hidden-data.
vBulletin® v3.6.8, Copyright ©2000-2009, Jelsoft Enterprises Ltd.