I have a datagrid set up and have a the last column set up as a calculated entity. I want to know how I can hide a column so it does not show up inthe datagrid but is still in teh dataset so it can be used in the calculation.
Brent
Dim colProspectID As New DataGridTextBoxColumn()
colProspectID.MappingName = "ProspectID"
colProspectID.HeaderText = "Prospect ID"
colProspectID.Width = 0
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.