I have been trying to figure out what properties need to be set to prevent users from typing in their own values in the combobox. The best solution I came up with to this point was capturing the keypressed event and prevent the value from being placed in the combobox. Is there a better solution?
The behavior I desire is to only allow the user to use the combobox to select a value. I know that I can handle it through validation but I do not want to let the user type in the component at all.
Thanks
Dave
The behavior I desire is to only allow the user to use the combobox to select a value. I know that I can handle it through validation but I do not want to let the user type in the component at all.
Thanks
Dave