ASP.NET - I want my grid view columns to be expandable as well as collapsible.
Asked By srinivas kandukuri on 08-Feb-13 06:46 AM
In my project i have to show more than 20 columns in a single grid view which disturbs the page UI .so
i have decided to go with expandable and collapsible columns in grid view.
Is that gonna be fine or you people suggest me something else so that i can display huge number of columns in
a nested way.(Is there any other data bound control in asp.net which handles this issue efficiently ).
Thanks in advance,
Srinivas Kandukuri