Hi,
I have a Grid which is all in edit mode, meaning that the user can start editing straight away without clicking on an "Edit" button.
I want to be able to catch the event when a user leaves the row and to perform validation and a save at that point.
All the examples I have found do not help me as most examples expect the user to click an "Edit" button and a "Save" button. I don't want the user to click any buttons.
Is there a way of detecting when a user has left a row?
I have a Grid which is all in edit mode, meaning that the user can start editing straight away without clicking on an "Edit" button.
I want to be able to catch the event when a user leaves the row and to perform validation and a save at that point.
All the examples I have found do not help me as most examples expect the user to click an "Edit" button and a "Save" button. I don't want the user to click any buttons.
Is there a way of detecting when a user has left a row?