G
Guest
Hi,
I am trying to build the following functionality in the datagrid.
I have a lot of columns in the datagrid which are being populated from the
database and the user needs to scroll horizontally to view these coloumn
names.
So I want to group them into
categories which will fit into a page.
A user clicks a category and the category should
expand into its underlying set of columns belonging to that category.The
categories may be statically defined in the aspx page but the columns are
coming from the database.
So initially when the grid loads the user only sees the main categories of
the data as column headers.He can click the column headers and they
should expand to display the set of columns and their data
How do I do this?
Thanks in advance for your help.
cooltech77
I am trying to build the following functionality in the datagrid.
I have a lot of columns in the datagrid which are being populated from the
database and the user needs to scroll horizontally to view these coloumn
names.
So I want to group them into
categories which will fit into a page.
A user clicks a category and the category should
expand into its underlying set of columns belonging to that category.The
categories may be statically defined in the aspx page but the columns are
coming from the database.
So initially when the grid loads the user only sees the main categories of
the data as column headers.He can click the column headers and they
should expand to display the set of columns and their data
How do I do this?
Thanks in advance for your help.
cooltech77