You can set the width of each column in the Property Builder of the datagrid
Define the columns you want in the Columnstab
set the width in the Formattab
"Joko suprianto" <anonymous@discussions.microsoft.com> schreef in bericht
news:662501c527a4$7f58e820$a501280a@phx.gbl...
[quoted text, click to view] > Hi, i want to ask how to set the width of each of the
> column on the datagrid. im using vb.net
> because from what i know in vb.net we have
> DataGrid1.TableStyles(0).GridColumnStyles(2).width = 150
> that can set the width in datagrid column, but i couldnt
> use this method in asp.net
>
> thax