Click to See Complete Forum and Search --> : Allign Values in a Data Grid View


dinesh123
July 1st, 2009, 06:10 AM
Is there a way to right allign values in a data grid view

eclipsed4utoo
July 1st, 2009, 09:03 AM
http://msdn.microsoft.com/en-us/library/f9x2790s(VS.80).aspx

Shuja Ali
July 1st, 2009, 03:40 PM
Gridview is basically rendered as a table on hte Web Page. You could use a simple Style Sheet to do the formatting for the gridview as you would do with the table. Apply the style to the gridview and you are done.