Browse By Tags

  • UltraCombo (v4.3) Behaves Differently in .NET 3.5

    In the original .NET 1.1 implementation of my winforms app, the users didn't like that the mouse scroll wheel scrolled both the form and the active combo box...  I resolved that easily with the following code, which just sets focus to the next control…

  • Difference between Ultragrid.Wincombobox.SetDataBinding Version 8.3 and 9.2

    Normal 0 21 false false false DE X-NONE X-NONE MicrosoftInternetExplorer4 …

  • updating fields in UltraCombo

    I am attempting to update the viewed data in an ultracombo box, if the data in a text box is not the same as it's corresponding data field in the Ultracombo. I do not want to actually refresh the data by posting back to the database as the that would…

  • UltraComboGridBox Help with binding selecting row

    Hello,

    I am working with a form that has an UltraComboGridBox's that is populated with Account names. I progammally add an addition account to the data list before I bind the list to the UltraComboGridBox. Then I programmally Select the row I added…