Description of How to customize the header of a datagrid :
This is a simple article through which you can obtain information regarding the header of a datagrid control. In this article author demonstrates how to customize the header of a datagrid control using three methods. The methods explained here are setting the AutoGenerateColumns to false, using templates and using as clause in the SQL query statement. This tutorial explains it with an example code.