ASPxClientGridLookup.RollbackToLastConfirmedSelection Method
Cancels the current selection made by an end-user within the editor’s dropdown grid and rolls back to the last confirmed selection. The selection can be confirmed by either pressing the Enter key or calling the ASPxClientGridLookup.ConfirmCurrentSelection method.
#Declaration
TypeScript
RollbackToLastConfirmedSelection(): void
See Also