Browse By Tags

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

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

  • Inherited Form, With Events Ultracombo, AddHandler

    Hi,

    I use inherited forms, and I use this forms to override the onload event of the form, for chance some things, like the keypress and the validations. this is the code.

    Public Class frmHeredaCatalogos

    WithEvents ctrl As Control

    Protected Overrides…

  • UltraCombo flickers when loading a form

    I have two UltraCombos on a simple form. There are no actions when loading and showing the form, but the Combos cause the controls on the form to flicker while opening the form. When I set the Combos to visible=false in the designer, the form opens without…