hi all,
on ItemInserted and ItemUpdated events we can use:
e.KeepInInsertMode = True
and
e.KeepInEditMode = True
where e is defined as
Telerik.Web.UI.GridInsertedEventArgs
or
Telerik.Web.UI.GridUpdatedEventArgs
but in my case i'm using InsertCommand and UpdateCommand, which use e as GridCommandEventArgs
and i need in a particular condition to keep the item in insert/edit mode, how can i do this??
thnx in advance
on ItemInserted and ItemUpdated events we can use:
e.KeepInInsertMode = True
and
e.KeepInEditMode = True
where e is defined as
Telerik.Web.UI.GridInsertedEventArgs
or
Telerik.Web.UI.GridUpdatedEventArgs
but in my case i'm using InsertCommand and UpdateCommand, which use e as GridCommandEventArgs
and i need in a particular condition to keep the item in insert/edit mode, how can i do this??
thnx in advance