Thank you for your feedback! You have rated this topic in the last 30 days.
keepEditing Property
Request to continue or stop row editing. Value true will continue row editing, false will stop row editing regardless of possible failed cell-value validation
Syntax
ASP.NET Ajax Javascript (Specification)
function get_keepEditing() : Boolean
function set_keepEditing(value : Boolean)
ASP.NET Ajax Javascript (Usage)
var resultVar = instanceOfExitingRowEditEventArgs.get_keepEditing();