Browse By Tags

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

  • Wild Card* Record Search?

    Does the ultracombo provide a property / method call for wild card auto complete / search functionality?  i.e.  I want the user to type in *asp* and get the records (wasp, asp) and filter the remaining out.  Im sure it will be easy enough to write, just…

  • Autocomplete behavior

    I am trying to make a combo box behave the way most auto-completes I see on the net do. There are two types of behavior I see on the net:

     In my example, there's a list of states.

    1) In example one, if you type 'N' repetitively, you'd get each state…

  • Postponing Textbox Update

    I currently have an ultracombo on a form and use the text typed into the textbox portion to filter the rows shown in the dropdown portion (grid).

    The search works fine and when the user has finished typing there are a selection of rows visible from which…

  • ComboBox Behavior (placed on tab control) 2008 V.1 CLR 2.0

    First off let me start by saying Infragistics did a great job with these controls, I am still new to the Infragistics world but my days are spent less on designing the ui and more on coding now.  Any way to the point, I am not sure if the below info is…

  • Filter by column programmatically

    I have a grid and I will like to filter all the rows of the grid based on one or more columns.
    For example the data in the grid displays a list of employees. the employees belong to a department.
    I would like to filter by that column so that I can programmatically…

  • UltraCombo filtering - disappear after moment

    Using ultracombo in one of my grid's cells. Combo has filtering turned on and filter icons displayed properly on headers But when I'm clicking on the combo's filter's icon it displays filter list for miliseconds and collapses it back. Have you…