In followup to Numeric Mask Data Grid Column

  • Thread starter Thread starter Aaron Smith
  • Start date Start date
A

Aaron Smith

I think I am getting closer. I subclassed my own DataGridTextBoxColumn..
I copied a numeric text box keypress event into it and now I just need
to figure out how to fire the keypress event... How do you do that? The
keypress event is in the DataGridTextBoxColumn.TextBox ... I've never
done this before, it's way uncharted terratory..

Thanks,
Aaron
 
Ok. Now I feel stupid. Don't bother to respond. lol :-/

Just in case anyone want to know......

Public Sub New()
AddHandler Me.TextBox.KeyPress, AddressOf KeyPress
End Sub

Thats what you get for trying to be in a hurry... lol
 

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