I can't get the DblClick event for a TextBox in a Grid to trigger. My project uses custom Grid and TextBox classes developed by someone else who's no longer on the project and I'm trying to add double-click functionality to the grids. I've used the Coverage Profiler and the DblClick event is simple NOT happening.
The custom TextBox class doesn't have very much code in it that could be causing problems; there is a NODEFAULT at the end of the GotFocus event--which I've tried removing (and replacing with a DoDefault() ), but that didn't help. The Click event has some code, I tried adding a DoDefault() to the end but that didn't help either.
I assume I'm missing something...I'd appreciate any help.
...SLeeP-DeP'd
The custom TextBox class doesn't have very much code in it that could be causing problems; there is a NODEFAULT at the end of the GotFocus event--which I've tried removing (and replacing with a DoDefault() ), but that didn't help. The Click event has some code, I tried adding a DoDefault() to the end but that didn't help either.
I assume I'm missing something...I'd appreciate any help.
...SLeeP-DeP'd