![]() |
Sergey Kornilov admin 1/6/2011 |
The purpose of GetRowCount event is to perform your own row count calculation. If you need to perform some complicated filtering, GetRowCount is the placed where you calculated the current number of records and return it. echo $xt->getvar("records_found"); |
D
|
Dale author 1/6/2011 |
Thanks Sergey, I will try this out this morning. |