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   |
|
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.
|
|
|
 |
|
DoSum(), DoAvg(), etc... and search operations
By: jeremy_c on Thu, 15 October 2009 17:13
|
 |
|
Re: DoSum(), DoAvg(), etc... and search operations
By: unodgs on Thu, 15 October 2009 22:45
|
 |
|
Re: DoSum(), DoAvg(), etc... and search operations
By: jeremy_c on Thu, 15 October 2009 22:58
|
 |
|
Re: DoSum(), DoAvg(), etc... and search operations
By: jeremy_c on Thu, 15 October 2009 23:15
|
Goto Forum:
Current Time: Tue Aug 26 14:08:48 CEST 2025
Total time taken to generate the page: 0.04856 seconds
|