Is there a way to right allign values in a data grid view
Printable View
Is there a way to right allign values in a data grid view
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.