Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » DoSum(), DoAvg(), etc... and search operations
Re: DoSum(), DoAvg(), etc... and search operations [message #23388 is a reply to message #23382] Thu, 15 October 2009 22:45 Go to previous messageGo to previous message
unodgs is currently offline  unodgs
Messages: 1367
Registered: November 2005
Location: Poland
Ultimate Contributor

To check is a given row is displayed or not use this code:
grid.GetRow(n).IsHidden();

To check if row matches a search pattern:
grid.GetRow(n).IsFound();

As for DoSum() etc - it's fixed now, it sums only visible rows. Patch will be available tomorrow together with sorting fix.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: GridCtrl: Adding column dynamically – How to make editable
Next Topic: Doing my own thing with the ADD button on GridCtrl?
Goto Forum:
  


Current Time: Tue Aug 26 10:35:25 CEST 2025

Total time taken to generate the page: 0.00773 seconds