Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1935
UltraComboEditor - possible to change text when DropDownStyle = DropDownList ?
posted

Hi,

 

Is it possible to somehow change the text , at code behind, in UltraComboEditor when its DropDownStyle = DropDownList ?

I want to change its text at the code when an event fires but i do not want to allow the user the option to input text in it. is it possible?

when i changed    DropDownStyle = DropDownList  then the setting of text  i.e  combo.Text = "my text" will not work , obviusly because it is confined to the DropDownList now.

i am looking for something like "AllowEdit" = false;

Parents Reply Children