DataGrid Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I defined
Sub OnItemCommand() Action
XXX
XXX
End Sub

If there are any method to
stop raising the OnItemCommand
when I click a button?
( I don'w want to edit the code inside
a onItemCommand)

Thank you very much
 
just remove the wired up event handler in the initializecomponent method
it will be something like this.itemcommand += blah blah blah
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top