how to dynamically hide/unhide dataview columns

  • Thread starter Thread starter carmen
  • Start date Start date
C

carmen

Hi,

I have been searching for information n how to do this for weeks
without much success :(. I have a gridview with 15 columns which takes
up lots of screenspace. I wanted to be let the users to be able to
customize the columns they wanted to view - i.e. if my gridview was
showing
name school state country
they should be able to choose a subset of these four columns to view.
Is there any way to do it?

Thanks,
Carmen
 
you will have to postback and have it set that column width to 0, or even
remove the column from the DS.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top