![]() |
Sergey Kornilov admin 2/17/2012 |
The best approach is to modify WHERE clause in BeforeSQLQuery event. In this case the number of records and pagination will be correct. |
U
|
uli author 2/21/2012 |
Thanks Sergey for your reply. |
![]() |
Sergey Kornilov admin 2/21/2012 |
You can build your own SQL Query in BeforeProcess event, execute it and get a full access to all data on the page. |
U
|
uli author 2/23/2012 |
The tasks is quite easy, but I found no way to form a SQL query to solve it. |