Hello,
I have a listgrid with methods selectionChanged and dataArrived set to a function that automatically get number of selected records and total numbers of rows on a grid.
This function updates a grid, so user knows the number of selected rows and total rows.
What i need is to know when user is filtering data, so that i can update the selected and total rows.
Is there a method that i can override in order to get this behavior?
Thanks!
I have a listgrid with methods selectionChanged and dataArrived set to a function that automatically get number of selected records and total numbers of rows on a grid.
This function updates a grid, so user knows the number of selected rows and total rows.
What i need is to know when user is filtering data, so that i can update the selected and total rows.
Is there a method that i can override in order to get this behavior?
Thanks!