Hi,
I am attempting to present a RadAlert if certain required fields are not completed in a RadGrid Insert. The alert message comes up fine, but the grid closes and we are no longer in Insert Mode.
I have tried this
editedItem.Edit = True
RadGrid1.Rebind()
Exit Sub
without success. Does anyone know how to cancel an insert from within the InsertCommand Event? Thanks.
I am attempting to present a RadAlert if certain required fields are not completed in a RadGrid Insert. The alert message comes up fine, but the grid closes and we are no longer in Insert Mode.
I have tried this
editedItem.Edit = True
RadGrid1.Rebind()
Exit Sub
without success. Does anyone know how to cancel an insert from within the InsertCommand Event? Thanks.