I am working on some of my own column styles. I want them to use the
DataGridTextBox control so I don't have to rewrite the guts of it. Whenever
I do use it though I get an exception when I try and type in it. The
exception occurs in the OnKeyPress method of the DataGridTextBox. I cannot
see the code that is written there so unfortunatly I can figure out what
reference is missing. The exception is "Object reference not set to an
instance of an object". Thanks in advance for any help you can provide.
Brandon
|