Browse By Tags

  • Getting all columns of a selected row to display in the combo box.

    I have a two-column combo box,  column 1 is the state code, column 2 is the state name. When I select a row, only the state name shows - how can I make the selected row show both, as the row displays in drop-down? (I'm using dropdownlist mode).

     Also…

  • 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…

  • Autofit in Code

    Hi, I think is easy but I Can`t find the code.

    In desing Mode, you can access the option, Feature Picker-Autofit Style-Resize all columns

    But i need this option in code.

    Right now i'm using this code

    For Each cl As UltraGridColumn In CType(ctrl…