Browse By Tags

  • Default filtered combo in grid

    So I have a ultragrid with a list of custom objects as it's datasource. Two of the columns have ultracombos for drop down selection. The first column is for warehouse and is not filtered. The second column is bin and it is filtered based on the selection…

  • UltraCombo using virtual UltraDataSource as the datasource?

    I'm guessing the answer is no but I thought I'd ask here just to be sure.

    I've put together an UltraComboEditor in conjunction with a plain ol LIST and a VALUELIST and that works fine.

    I'd +LIKE+ to be able to bind it to a UltraDataSource…

  • UltraCombo Row Selected on New Row Creation in UltraWinGrid

    I am using an ultracombo as the editor for a column in ultrawingrid. The ultracombo contains has 2 text fields - one for the value and one for the text. When the user inserts a new row into the grid, the first row of the ultracombo is selected. How do…

  • UltraCombo.Text in UltraGrid gets empty string

    I set a column in ultraGrid to ultraCombo. After I edit the text in ultraCombo, I drop down ultraCombo again. UltraCombo has a value on the UI, but the value of ultraCombo.Text is in the BeforeDropDown method is an empty string.

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

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

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

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

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

  • Using the UltraCombo whose list values are dependent on another cell

    I need the ablility to select multiple values for a cell where these values are dependent on the value of another cell in the same row. I can get the multiple values to work via the UltraCombo and a similar approach as suggedted in article "Creating a dropdown…

  • Displaying TreeView encapsulated by WinCombo

    Hi

    I'm trying to customize a cell in WinGrid, this cell should have a WinTree inside a ComboEditor.

    I've achieved most of the functionality, the one problem that i can't overcome is as follows:

    In order to put a tree inside a combo i derived…

  • Use an Id as Value and a Name as Text

    Hi experts

    I have a column which has an ultracombo as editorcomponent.
    this ultracombos datasource points to some parent table (of my ultragrid's datasource).
    In my example it points to a table which holds vehicles.
    So the user can easily pick a vehicle…

  • Making a windows combo box look like an Infragistics combo box

    My application has mixed use of the Infragistics WinGrid UltraCombo and the standard Windows ComboBox and Toolstrip ComboBox.

    I made one attempt at converting the Windows Combos to UltraCombos, but hit a roadblock: the UltraCombo when wrapped in the…

  • How do I remove empty space from UltraCombo......

    Hi,

      I am using UltraCombo on my form. If user scroll records in the UltraCombo then after last record it showing

    some extra blank space.  I want to remove this empty space.How do I do this?

    Please advice

     

    Regards,

     Ganesh

     

  • A form combo box selection the dropdown boxes inside the data grid are set

    I have a form with a combo box and a  UltraWinGrid

    This UltraWinGrid is using OutlookGroupBy 

    One of the columns in the grid has embeded drop down boxes  this column is not part of the groupby

    What I need to do is make a selection on the Combo Box and with…

  • Problem with UltraCombo in Win Grid

    I have a ultra win grid that contains several columns.  Two of the columns contain a ultra combo as as the editor control for that column.  I have no problem accessing the before drop down event of the combo box, but wwhen i try to perform logic in the…

  • UltraComboEditor drop list width

    I am using an UltraComboEditor in a couple of cells in my grid.  I would like the drop down list to be wider than the cell.  Preferably, automatically sized to widest item in the list.  Is there a way to do that?

  • Cell drop down and data types

    Hi,

    I'm having a slight issue with a grid cell, an ultracombo as the editor control and validation of the cell itself.

    The problem:

    The cell represents a rate (ie charge or pay) and must allow negatives, with up to 2 decimal places. The cell should…

  • Added ultracombo to ultraGrid using EditorControl.

     Hi Viewers'

    I've successfully added ultracombo control to a ultragrid control using EditorControl.

    when i'm clicking that cell "ultracombo" is opening but the problem is that, the cell also is in editable mode, a user directly type anything in that…

  • WinGrid's DropDown cell loose text on mouseclick

    I have one wingrid bound to a BindingSource. The data are correctly shown in the grid at runtime.

    One of the columns of the grid is a varchar key that need to be decoded in a lookup table. So, I have a second BindingSource containing a couple key+description…

  • Horizontal Scrolling

    I have a very simple problem.

     

    I have a wingrid of about 30 values and the grid is adjusting the size of the columns to fit on the screen.  I need to know how to get the grid to use horizontal scrolling so that I can actually read the individual cells…

  • 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…
  • Using a UltraComboEditor with checkboxes as a EditorComponent of a UltraGrid Column.

    I use a UltraComboEditor control with checkboxes as a EditorComponent of a UltraGrid Column.

    The UltraGrid Column is bound to a SQL Server varchar(1000) column.

    I want to display inside this column a series of Bank Branches, the user can check the Branches…

  • ValueList of icons in a WinGrid has extra white space

    I have an UltraWinGrid and a column whose style is set to DropDownList and is bound to a ValueList of icons. If I set the ValueList display style to be "Picture" then I get about 5 icons worth of white space at the bottom of the DropDownList. If I do…