This question is locked. New answers and comments are not allowed.
Hello
I'm displaying the "current" number of rows in the RadGridView as it's loaded.
I'm allowing Filtering as it's a really good option.
what is the best way for me to "trap" when the "number of rows" in the grid changes? So if I initially load the grid with 100 rows, I will display "Row Count: 100" above the grid. If they filter and the filter results in only "50" rows, I'd like to be able to display "Row Count: 50".
I'm looking for a way to receive notification of when the row count in the grid changes (as a result of filtering).
thanks!!!
I'm displaying the "current" number of rows in the RadGridView as it's loaded.
I'm allowing Filtering as it's a really good option.
what is the best way for me to "trap" when the "number of rows" in the grid changes? So if I initially load the grid with 100 rows, I will display "Row Count: 100" above the grid. If they filter and the filter results in only "50" rows, I'd like to be able to display "Row Count: 50".
I'm looking for a way to receive notification of when the row count in the grid changes (as a result of filtering).
thanks!!!
