Datagrid Problem
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Is it possible to use colspan & rowspan in datagrid. If yes, how? Sumit Domyan Software Developer ANALEC INFOTECH
-
Is it possible to use colspan & rowspan in datagrid. If yes, how? Sumit Domyan Software Developer ANALEC INFOTECH
At the moment, there is no way to do this, since each item in the datagrid (each row) is derived from the same template. The next release of asp.net (2.0/aka whidbey) will be packaged with a nicer datagrid control, called the dataview http://msdn.microsoft.com/msdnmag/issues/04/08/GridView/default.aspx[^] Until that is released, you may want to try to code your own custom datagrid control, which would probably end up taking as much time. Jon G www.Gizmocoder.com