DataGrid Cell Merging
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am using Datagrid to show data.I am also using header template to show column headers. Now I want to have one row above the header which contains the name of the datagrid and colspan="no of columns" which can be achieved in HTML table. How can i do in Datagrid ?? Any ideas??:confused: Thanx in advance.