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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top