Hiding unwanted columns in a DataGrid bound to a DataSet using designer?

  • Thread starter Thread starter tgif
  • Start date Start date
T

tgif

Is it possible to hide unwanted columns in a datagrid bound to a dataset
using the designer (products such as Infragistics UltraGrid allow this)?

Also, I would like to format colum sizes, locations, row/althernate row
colors, etc. in the designer Are these things possible as well.
 
Hi tgif,

it's all possible...

look into the TableStyles property of the datagrid and it's corresponding
GridColumnStyles property.

hope this helps.

jim
 
Back
Top