Hi
If you leave the RadComboBox by pressing the TAB key the OnClientBlur event doesn't gets fired. I'm building some javascript functions which prevent the user from leaving a once selected RadComboBox empty. Meaning i fill back in the once selected values. I'm doing this at the moment he leaves the combobox OnClientBlur. If the user only uses his mouse, everthing works fine. But if he tabs through the form the event doesn' gets fired until you klick somewhere on the page.
What solutions do you offer for my problem?
Thanks!