specific column font in a datagrid
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I want to change the font of a specific column in C#.Net 2003 while the rest ramains in the default font. For example I want column 11 has the font "Times ..." while others have the font "Arial". How should I do this? Thanks in advance.
-
Hi, I want to change the font of a specific column in C#.Net 2003 while the rest ramains in the default font. For example I want column 11 has the font "Times ..." while others have the font "Arial". How should I do this? Thanks in advance.
VS2003 use old DataGrid control. Maybe switch to VS2005 or VS2008. There is better support for data grids.