Click to See Complete Forum and Search --> : Multi line header in Asp.Net


cijai
May 30th, 2007, 06:49 AM
Hi,
Is it possible to have multiline header in a gridview so that the i should get a category view of the actual columns and i also add one more thing the actual columns should have sorting option also.

Ex: I need like this
---------------------|
Employee Personal Info|
---------------------|
Id | Name | Age | -- This Column Should be Sortable using the default gridview
---------------------| property.

Anyone please help me in achieving this. Thanks in advance.

swamivishal1
June 7th, 2007, 08:28 AM
Hi,
Is it possible to have multiline header in a gridview so that the i should get a category view of the actual columns and i also add one more thing the actual columns should have sorting option also.

Ex: I need like this
---------------------|
Employee Personal Info|
---------------------|
Id | Name | Age | -- This Column Should be Sortable using the default gridview
---------------------| property.

Anyone please help me in achieving this. Thanks in advance.


You will need to use the nested gridview to serve the requirement

cijai
June 25th, 2007, 01:44 AM
Please explain more about Nested GridView?

Anyhow thanks in advance.