T
TS
this is a continuation from "overriding GridView.OnRowDeleting - can call
registered event handlers" I couldnt figure out how to continue this thread,
but the issues in it are related so i'm including it as a reference.
In my custom gridView control I cannot raise the RowUpdated event. I have
tried to add an event handler to the RowUpdated event of my custom control
but it is not called. I have tried to override OnRowUpdated in my custom
control, but the breakpoint never gets hit. I have tried to not override in
control and instead use delegates like I described in previous post, but the
event never fires in control or aspx page.
What is going wrong?
registered event handlers" I couldnt figure out how to continue this thread,
but the issues in it are related so i'm including it as a reference.
In my custom gridView control I cannot raise the RowUpdated event. I have
tried to add an event handler to the RowUpdated event of my custom control
but it is not called. I have tried to override OnRowUpdated in my custom
control, but the breakpoint never gets hit. I have tried to not override in
control and instead use delegates like I described in previous post, but the
event never fires in control or aspx page.
What is going wrong?