How can I get behaviour that while editing cell if user hits escape then editing should be canceled and previous value set ?
thanks for help
How can I get behaviour that while editing cell if user hits escape then editing should be canceled and previous value set ?
thanks for help
you need to override GridView.hideEditor method, please see this for more and here too. same can be done by writing code also.