I have several droplists on my grid file which run some code when a selection is made, and that works nicely. However, one thing I would like to change is that after the code has run, I would like to switch focus away from the drop list, as it is left with a blinking cursor at the end of the text of the selected entry (which is read only, or course) which is somewhat distracting.
Now, if I click on a read only parameter elsewhere on my panel, the focus changes, and the cursor goes away. How can I accomplish 'de-select me' in code to make it cleaner than 'just click on something else' ?
I'm sure there must be a way, but I haven't figured it out yet!