The number
of rows currently displayed in the grid is displayed on the screen.
What event
should I use to get the number of rows in CurrentViewData at all times when the
number of rows displayed in the grid changes, such as when the grid datasource
is changed, when the toolbar's search function is used to narrow down the
search, or when a new row is added using the toolbar's add button? What event
should I use to get the number of rows in the CurrentViewData?
If the
ActionComplete event is triggered, the ActionComplete event can be used to
retrieve the CurrentViewData when the grid datasource is changed or when the
toolbar's search function is used to narrow down the search.
However,
the problem is that when adding a new row from the toolbar's add button,
the ActionComplete event is not
triggered, thus defeating the purpose.