Morning,
I want to make a record of a record that is going to be deleted just before it's deleted.
I tried using the RadGrid1_ItemDeleted event but the record is deleted by the time the event fires.
Which event can i use so when i click delete, i can exec my stored proc which will copy the record but then it will be deleted?
Thanks
I want to make a record of a record that is going to be deleted just before it's deleted.
I tried using the RadGrid1_ItemDeleted event but the record is deleted by the time the event fires.
Which event can i use so when i click delete, i can exec my stored proc which will copy the record but then it will be deleted?
Thanks