H huseyin korkmaz Jul 19, 2005 #1 Ýs it possible to align only headers of datagrid to center not all column ? huseyin
N Nicholas Paldino [.NET/C# MVP] Jul 19, 2005 #2 Huswyin, With the normal DataGrid, I don't believe it is possible. If you can use the beta of .NET 2.0, I believe the new GridView allows for that though. Hope this helps.
Huswyin, With the normal DataGrid, I don't believe it is possible. If you can use the beta of .NET 2.0, I believe the new GridView allows for that though. Hope this helps.
S Siva M Jul 19, 2005 #3 You mean WebForms DataGrid? If so, set DataGrid.HeaderStyle.HorizontalAlign = HorizontalAlign.Center Ýs it possible to align only headers of datagrid to center not all column ? huseyin
You mean WebForms DataGrid? If so, set DataGrid.HeaderStyle.HorizontalAlign = HorizontalAlign.Center Ýs it possible to align only headers of datagrid to center not all column ? huseyin