hellp datagrid/dataset columns

  • Thread starter Thread starter Darren Spooner
  • Start date Start date
D

Darren Spooner

is there a way to set a column in a datagrid to a size and not wrap text nor
expand the column to allow the all the items in that cell to be seen. I want
the string in that dataset to be cut short if the string is too long for the
cell?
 
Hi Darren:

If I understand you correctlyk You can specify the width of your column's if
you use a DataGridTableStyle and a DataGridCOlumnStyle. Just set the column
width to the point where it will cut off.

HTH,

Bill

www.devbuzz.com
www.knowdotnet.com
 
when i do that the datagrid just expands to fit all data
even when i set a real low number
 

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