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!
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!
Comment