Hello,
I have a radgrid on a page with a custom control as an edit form.
Within the custom control, there is a button which among other things it also adds a record to another radgrid on the same page (not the parent of the custom control). The button closes the custom control with <editedItem.OwnerTableView.ClearEditItems()>.
On which event I must include the rebind command of that second radgrid?
Is there an event which fires when an editform is closed?
Thanks for your time...