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…

  • Customize option for UltraCombo for Windows Forms

    I need to customize options in my UltraCombo UI Element ( for Windows Forms) . I am using Infragistics 2008 Vol.2 for Windows Forns.

    1) I'll need to add checkbox in the Ultracombo and also make this checkbox disabled. User can only select the item …

  • Re: How to add items manually in combobox.

     Hi Mike,

    It is not taking time to bind the data.It is taking time to display those data,as it will prepare grid for 30,000 rows with 6-7 columns.I have check that if i am binding 1000 records then its coming very quickly.So,its all about records(i mean…

  • UltraCombo AutoCompleteMode customize

    HI,

     I am Using UltraCombo in my application.

    I set AutoCompleteMode as SuggestAppend. but i want the end user only to enter the matching text in the editor if he try to enter anything which is not present in the values then it is should  not allow the user…

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

  • Column with Radio Button in UltraCombo

    Hi,

    i am at the stage where in my UltraCombobox i want to have a column which is of style Radio Button.

    The UltraCombobox's datasource is filled with the dataset and the combo is displaying some columns.Now i have added an extra column programti…