valign in DataGrid Column

C

Cezar

Hello,

I need to valign the content of the columns in DataGrid. I tried the
obvious thing
Valign = "top" in <asp:DataGrid ..> but it doesn't seem to be working.
Besides working with DataGridColumnStyle there is any other simple way of
setting the valign property?

Thank you
Cezar
 
G

g pavlov

Check the ItemStyle property:

<asp:DataGrid>
<ItemStyle VerticalAlign=Top></ItemStyle>
</asp:DataGrid>
 

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

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,119
Latest member
IrmaNorcro
Top