I am using to the client FocusRowChange event in an ASPXGridView to perform important functions on my form. The one problem I have found is that when the user does a filter that yields no results. The FocusRowChange event is not fired. When the filter is cleared and the grid data reappears there is no focused row. This causes a number of problems on my web page.
I think the FocusRowChange event should be fired since the focused row has been cleared.
Steps to Reproduce:
- run the project
- gfilter the grid so that it does not contain data
- there is no alert
The FocusRowChange event is fired now in the situation you've described.
The related unit tests have been changed accordingly.
Thank you,
Andrew
R&D