Browse By Tags

  • I use Infragistics UltraWinGrid.UltraCombo Box

    I set the DataSource to a two column DataTable

    I set the ValueMember to the first column

    I set the DisplayMember to the second column

    Once the user selects a row, How can I see the "SelectedValue", like I could with a WIndows ComboBox?

    UltraCombo1…

  • Disable option in UltraCombo

    Hello,

    I am using infragistic 15.1 and I want to disable some options in combobox, but I do not want to remove it for list, but just make them unavailable to select.

    Is something like that supported in Infragistic UltraCombo?

  • UltraGrid - Combo type field, is there a way of adding an expression to determine which of two display texts to show

    HI 

    I have a combo and it can show two different display texts for the same value. I have inserted code below to show this in a grid.

    In the combo field there are two options for each "Not Viewable" entity. There is also another filed that actually shows…

  • UltraCombo and UltraComboEditor dropdown button paints big black arrow after upgrade of visual studio project from 2012 to 2015

    I have upgraded a visual studio c# project from 2012 to 2015. Infragistics was reinstalled, and is version 13.2

    Now when running the app, the ultracombo dropdown button/arrow looks like this when getting the focus:

    its only in this project, not new…

  • UltraCombo ignores case when selecting values with keyboard

    When a value occurs twice in a dropdown, but with different casing, it is impossible to select the second one by typing the value. The UltraCombo will always select the first one - regardless of the case.

    Here's an example (Windows Forms, C#, .NET 4.x…

  • UltraComboEditor - comparing values.

    I am trying to change from the windows Forms comboBox to the Infragistics one.

    But getting an error Cannot apply indexing with the [] to an expression of type 'ValueListItem' 

    what am I doing wrong?

    if (!string.IsNullOrEmpty(location))
         …

  • v19.1 WinForms - Unable to open designer if it contains UltraCombo

    Hi,

    I had just upgraded a WinForms project to 19.1, when I discovered this, but I can't open any form in the designer if it contains an ultracombo.  This is also true of the TouchEnabledEditors sample as installed with 19.1. I can also design a new…

  • Losing current value of UltraCombo while clicking on DropDown button.

    I am using Infragistics.Win.UltraWinGrid.UltraCombo for getting the Drop down List.

    and hence selected,  DropDownStyle = UltraComboStyle.DropDownList; But I'am losing it's value (i.e. udRuleContext.Value) when I click on drop-down button.

    I am…

  • Tooltip on UltraCombo

    There have been many posts about tooltips disappearing while in an UltraCombo because of the internal text editor control in the UltraCombo.   Some suggest hooking the "control added" event to then add a tooltip to the editor control.    I believe…

  • Ultracombo checkedlistsetting display bug when text is very long

    Hi, if i have a lot of element into a ultracombo and i check all with CheckedListSetting... when the control get the focus the text disappear and reappear when the control lose the focus

    You can see the bug with this sample drive.google.com/.../view

  • inserting UltraGrid inside UltraCombo

    I have a requirement wherein when a dropdown or combobox drops down , it has a Gridview with filter feature.

    So I thought if we could add Ultragrid inside Ultracombo or something...

    Please suggest how to do that .

  • UltraCombo, selected/checked item order match the clicked order

    Would like to see an override for the standard behavior of the UltraCombo when dealing with Selecting Multiple Values via checked items.

    If I understand correctly the datavalue is driving the order in which the list is being generated & comma separated…

  • binding dropdown value list to the dropdown value list in another column

    I have a table "tbl_credit_memos" to store credit memo detial. The credit_memos table has among other, a field for 'CustomerNo' and a field for "InvoiceNo".

    tbl_credit_memos is displayed in a wingrid call ug_Main.

    I have a dropdown…

  • Changing back color of selected item in dropdown

    Hi,

    How to change back color of the selected item in the dropdown, currently its coming blue by default. I wanted to change to light yellow.
    If anyone knows about this please suggest.

    Thanks in advance.

  • Ultra Combo, Ultra Calendar Combo hide show Link Button

    I am using 7.2 Version, I am facing an issue that I am unable to hide the show Link Button which is showing for the Combo and Calendar controls. I am able to find the this property for Text Editor as (ShowLnkButton = "Never") but I am unable…

  • Auto resizing (width) of custom UltraCombo

    I have a custom UltraCombo that is composed in a winforms UserControl class.

    I have embedded this custom combo in another form (popup dialog) for use. The users have the option to resize the popup dialog.

    Is there a way to have the width of the custom…

  • Setting initial selected values on a muti-select UltraCombo control

    Hi, I have an multi-select UltraCombo on a form which is bound to a list of values. What all the guides, samples, and questions seem to omit is how to bind the control to a list of initially selected values.

    I have tried both manually setting and databinding…

  • UltraCombo preventing application from closing

    I've found that Alt + F4 does not close our application when an UltraCombo with multiple selection has the focus. We are using version 16.2.

    I have seen a number of older threads on this topic and I've checked that LimitToList is false and AllowNull…

  • UltraGrid Column used as Dropdown - Display Text

    I am creating a custom datasource where I create a Data Table with 5 columns and pre-populate the data. One of the columns stores an ID value from another table (ContainerID) and I would like to have that column as a dropdown with the available Containers…

  • Updating bound list objects in multi-select UltraCombo

    Hi,

    I am trying to add an UltraCombo with multi-select capabilities to my grid. 

    So far I've successfully created the multi-select UltraCombo by implementing the CheckedListSettings property, allowing me to select multiple items from the drop down …

  • ultrawingrid.UltraCombo.SelectedRow property assignment

    I have an UltraWinGrid.UltraCombo control that I am setting the SelectedRow property = a valid(or so it looks to me) UltraWinGrid.UltraGridRow.

    Upon setting the property results in the property assigned Nothing (Null).

                    Dim JimRow As Infragistics.Win…

  • Combo AutoComplete suggestion dropdown width

    I am using an UltraCombo and I have some cosmetic/layout questions.

    Is there a way to make the suggestion dropdown longer and show all the text. Please see this image (https://imgur.com/a/8eyIo)

    I want the dropdown cells to show the full text. I would…

  • Keyboard accessibility for EditorButton in UltraComboEditor

    Hi,

    I'm developing an application which has an UltraComboEditor with an EditorButton in it. I'm needing that button to be accessible via the keyboard but have been unable to find a way to do it so far in my searches. Is it currently possible? A previous…

  • UltraComboEditor.DataSource change in code

    Hi there,

    I'm having issues when changing the DataSource of a UltraComboEditor, databound using the DisplayMember/ValueMember/Value property.

    Whether I change the DataSource before the source property or after, the UltraComboEditor always shows…

  • UltraComboEditor doesn't resize (not responsive)

    I'm changing a ComboBox for an UltraComboEditor and I want this UltraComboEditor to be responsive as I resize de window. 

    The ComboBox resize perfectly, but the ultraComboEditor doesn't.

    I have de the dropdownlist = -1 and it works perfectly…