datagrid column width

  • Thread starter Thread starter Billy Cormic
  • Start date Start date
B

Billy Cormic

Hello,
Is there a way to set the width of a column in a datagrid? Does it
have anything to do with Text Formatting String texbox in the Columns
portion of the properties for the datagrid?

Thanks,
Billy
 
Use the ItemStyle-Width property of each column

e.g
<asp:boundcolumn ItemStyle-Width="15%" ....
 

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