I have some code that displays a ToolTip when the user hovers over a row in a MSHFlexGrid. This code is in the "MouseMove" event and it works well.
However, for real-estate reasons, I only allow the user to move through the records using separate navigation buttons I created. I would like to set the "Enabled" property to "False", but if I do this, the grid no longer runs the "MouseMove" event.
Is there a way to keep this event firing, but disable users from selecting a row by clicking on it?
I would greatly appreciate any suggestions!
Thank you.
However, for real-estate reasons, I only allow the user to move through the records using separate navigation buttons I created. I would like to set the "Enabled" property to "False", but if I do this, the grid no longer runs the "MouseMove" event.
Is there a way to keep this event firing, but disable users from selecting a row by clicking on it?
I would greatly appreciate any suggestions!
Thank you.