PDA

View Full Version : In a grid make a column invisible


Micr4517
03-25-2003, 04: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!

Luca
04-18-2003, 09:39 AM
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

DanM
05-13-2003, 12:48 PM
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.