I have two doubts to be clarified in Datagrid control:
1. How does one word wrap the text of the Header caption row?
2. How does one set the background color for a specific column alone?
Any solutions?
Printable View
I have two doubts to be clarified in Datagrid control:
1. How does one word wrap the text of the Header caption row?
2. How does one set the background color for a specific column alone?
Any solutions?
Just set the width of the column(ItemStyle-Width) and it will do it by default.Quote:
1. How does one word wrap the text of the Header caption row?
just set the ItemStyle-BackColor property of the one column you want to be a different color.Quote:
2. How does one set the background color for a specific column alone?
That must be in ASP.NET. Am asking for Windows Application in C#?