U++ framework
Do not panic. Ask here before giving up.

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: Wed Jun 24 14:35:58 GMT+2 2026

Total time taken to generate the page: 0.00474 seconds