Set the width of a gridView column

S

Samuel Shulman

I simply want to set the width of a column in the DataGrid Control

Is there any way of doing that?

Thank you,
Samuel
 
S

Siva M

Try setting the width attribute of the appropriat Style element:

<asp:GridView runat="server" ID="myGrid">
<Columns>
<asp:TemplateField>
<ItemTemplate>
</ItemTemplate>
<ItemStyle Width="100" />
</asp:TemplateField>
</Columns>
</asp:GridView>



I simply want to set the width of a column in the DataGrid Control

Is there any way of doing that?

Thank you,
Samuel
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top