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
585
How to programatically select an item in UltraComboEditor
posted

Hi All,

I am using an UltraComboEditor. I am binding it to a datatable. I tried to set the selected item of the combobox programmatically based on a value stored in the database before showing the combo box. But i am unable to see the selected item. I tried using SelectedITem,SelectedText,Value and Text property of the combo box, but couldn't make it work.

Am i missing something here?

Could any one please help me on this?

Thanks in Advance,

Manikandan

 

Parents
  • 469350
    Offline posted

     Hi Manikandan,

        Setting the Value on the ComboEditor should work. Are you setting it before or after you bind the control? You should be binding first and setting the Value after.


Reply Children