Fontstyle of a column text in a datagridview
-
hi all, I am using a datagridview to display data.i am creating a datatable dynamically and set it as a datasource. i am contatenating values of two columns and displaying in a single column. i need to highlight one of the values as a bold text. i am using VS 2005 with C#.net in windows application. How can i implement the same?
Thanks in advance.:) Regards Anuradha
-
hi all, I am using a datagridview to display data.i am creating a datatable dynamically and set it as a datasource. i am contatenating values of two columns and displaying in a single column. i need to highlight one of the values as a bold text. i am using VS 2005 with C#.net in windows application. How can i implement the same?
Thanks in advance.:) Regards Anuradha
Handle the DataGridView's CellFormatting Event and write code to change BackColor of the value of want to Highlight.