hello,
I got a datagrid in which i want to show the header in multiple rows.
like:
Name Address
first|Last street|city|State
Now how can i do this in datagrid...?
pl help..
Any help will be appreciated.
Thanks in advance.
Loading
komila sachdevaPosted Dec 22, 2006, 10:25 PM
thnks shekhar
for the time being i have done the same. i have used the placeholder.
shekhar pawarPosted Dec 22, 2006, 6:17 AM
U can not create multiple row in header of datagrid. But u can skip datagrid use and use a HTML Table or ASP Table.
All the best.