Browse By Tags

  • Custom combo databinding two values

    I'm creating a custom control inherited from the UltraCombo for a standard lookuplist of foreign relationships that I can use in my entire program.  However, I'm having a databinding issue, which maybe a simple fix because I'm new at using databinding…

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