Click here to Skip to main content
15,896,474 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Every One i am using the following grid and making the second column to be align at
right side but it is not getting alignment at right side.
I am using the IE and client requirement is only IE. But It Works fine in other browsers.




<asp:GridView ID="gvThings" runat="server" AutoGenerateColumns="false">
<columns><asp:BoundField DataField="text" HeaderText="Text" ItemStyle-Width="200" />
<asp:BoundField DataField="number1" HeaderText="Number 1" ItemStyle-Width="100px"
ItemStyle- HorizontalAlign="Right" HeaderStyle-HorizontalAlign="Right" HeaderStyle-Width="100px" />
Please any once could help me to solve the issue.
Posted

1 solution

This article has your solution in it:

View Solution
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900