How to merge cells in a grid
-
Suppose I have Students' mark table. I want to display this details in grid. For each subject there is two marks. So i need to Display subject name on grid header,it must be the two cells merged,ie i have two columns corresponding to a single columv header. Pls Help urgent
-
Suppose I have Students' mark table. I want to display this details in grid. For each subject there is two marks. So i need to Display subject name on grid header,it must be the two cells merged,ie i have two columns corresponding to a single columv header. Pls Help urgent
You should try searching the articles before posting questions... http://www.codeproject.com/aspnet/MergeHeader.asp[^] cheers P
-
Suppose I have Students' mark table. I want to display this details in grid. For each subject there is two marks. So i need to Display subject name on grid header,it must be the two cells merged,ie i have two columns corresponding to a single columv header. Pls Help urgent
you can use template column in which you can put a table and in case of header where you want to merge the cells can use colspan and in case of data you can use two diffrent cells.