I am using DevExpress v 10.2.
I need an advice: what is a best solution for the following problem.
I have an ASP.NET Web Application. A page there contains an AspxGridView control and AspxCheckBox control.
I need the following: when state of the AspxCheckBox control is changed, immediately re-load content of the AspxGridView.
The reloading may change count of rows displayed by the AspxGridView. Additionally, an instance of EditForm may be opened at the moment when AspxCheckBox control is changed.
What is a best solution here?