Collapsible Grid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Effanbee
    New Member
    • Nov 2008
    • 1

    Collapsible Grid

    Hi Everybody,

    Does anybody have an idea for a collapsible grid?

    I have a grid (ProductsList) displaying several rows. Several of the rows have one column in common ("Product Type"). The goal is to collapse the rows by product type, and total the sum based on the "grouping".

    The grid is displayed on an .aspx web page and I am using C# as code-behind.

    Thanks!
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Well you could certainly make a second grid that only contains that collapsed items without a lot of trouble.
    Not sure of a good way to collapse indivdual sections of a regular grid though

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Originally posted by Plater
      Well you could certainly make a second grid that only contains that collapsed items without a lot of trouble.
      Not sure of a good way to collapse indivdual sections of a regular grid though
      I also don't think it's a good idea to collapse individual sections of a grid.

      There is a CollapsiblePane l Extender provided to you in the Ajax Toolkit. You could try placing your items into a panel and apply a collapsible panel extender to that.....not too sure how well this will work though.

      -Frinny

      Comment

      Working...