• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to use Sigma grid built-in capabilities to calculate aggregates when Sortable set to TRUE

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to use Sigma grid built-in capabilities to calculate aggregates where Sortable property set to TRUE, So that We can also sort the columns but It must not affect Aggregate Row(Or Totals row, That row should not be sorted as it provides the Total of all the cols and if sorted ,totals row will come up and may cause mess in the grid). Sorting must be done for all the rows on clicking that column header but not for the last row which has aggregate of all the rows. Please take the following example,click on link below:

http://www.sigmawidgets.com/products/sigma_grid/demos/example_aggregate.html

but here Sortable property has been set to false. I need to implement it in JSP
Thanks and Regards
Gurpreet Singh
 
reply
    Bookmark Topic Watch Topic
  • New Topic