Rank: Member Groups: Member
Joined: 3/4/2011 Posts: 12
|
In the Grid, I have a hidden value in the first column. My problem is the border between the first and second header items is displaying even though I have set the width=0. Is there a way to prevent the border between the first and second columns from displaying in the header if the first column's width=0?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Try to set the column's Visible to false instead of setting its Width. Values for invisible columns are still carried to the client and back. So it can be used to store additional hidden values.
Thanks!
|