Browse By Tags

  • Hide expansion indicator on parent if all children are filtered out

    Is it possible to hide the expansion indicator on the parent row in a multiband grid if all of the child rows have been filtered out? 

    I have a grid which is loaded with a dataset containing two tables and a relation is then added.  Outside the grid, there…

  • Select multiple Values in DropDown Filter

    Hello, I do use Infragistics 16.1 Win CLR4x. In my WinForms application I use the UltraGrid element. There I have activated the option for filtering in the first row. The values to filter in the individual columns now appear as DropDown. I would now like…

  • Utragrid filtering with check boxes

    I built a grid last year and I have this for my filter drop down.

    I built a new grid and I can’t figure how to get the filtering to be like the first grid with the check boxes.

    Thanks for the help

    Tim

  • Recreating default FilterConditions like "(All)" "(Blank)" etc. as custom filters

    Hi,

    I am using the BeforeRowFilterDropDownPopulateEvent to populate the filter drop down of a specific column with custom values.
    However, i wan to keep the default "(All)" filter as it not only returns all items, but once selected it also changes the filter…

  • Custom filter dialog issue

    Dear support, 

    I'm having some issues with displaying the FilterOperand dropdown from the custom filter dialog which is opened from the column icon from the UltraGrid (version 13.1) in my application.

    When I open the custom filter dialog and select…

  • Filter items on the grid

    Hi guys,

    I'm trying to filter (by default filtering via dropdown) a grid with multiple columns. My focus is on two columns. These columns consist of model which may contain another model inside, which we're not showing in the grid (rows). In the grid…

  • Filter both viewed and un-viewed items

    Hi guys,

    I'm trying to make the column filters work for items that are displayed on the grid and the ones that are not (one item is composed of multiple ones but only one is viewable on the grid).

    The default filter works fine but just for items that…

  • Access to ultrapivot grid Filters

    Hi

    I would like to know if it´s possible to access by code to the manual fiters you make in the ultrapivotgrid component. Take a look at the picture.

    Thanks, Gorka.

  • Use multi-select filtering in UltraWinGrid for excluding selected values

    Hello,

    I'm using an UltraWinGrid together with the FilterUIProvider in order to display mutli-select option (like those in Excel) for filtering. So for instnace, think of an audit trail where you'd like to filter only for certain actions or certain users…

  • Cell Style lost when filtering binding source

    Hello,

    I have a binding source that is the data source for the ultragrid.  I am using filter property of the binding source to filter rows. This is working fine. When I load the grid I change style for the some cells in a specific column. Not all the…

  • Bind Ultragrid to LINQ result (and keep it editable)

    Hello from Germany,

    databinding an UltraGrid (ugrMyData, v16)  to a DataTable in a DataSet works fine:

    ugrMyData.DataSource = dstTreeBuilder.MyData;

    The UltraGrid is editable and passes new and updated rows to the DataTable.

    Now imagine that, instead…

  • Change default option in Custom Filter

    Hello!

    Now in the Custom Filter the (DBNull) option is by default. Can I change this to be the (Blanks) option by default? 

  • FilterRow Event Not Firing for Custom Filters

    I have two FilterConditions that I build and apply to the grid on the fly based on input from the user. I do this because I only want them to be able to filter on two columns (out of 6), and I'd rather not display the whole filter row for just two columns…

  • Problem on Mouse Scroll over the grid

    Hai,

    I am using Infragistics 2007 vol 3. I am using a grid in my form. I have a button in the form to display the Row filtering in grid. First i click that button to show the row filter. Then i again click to make it invisible. After my  filter row got…

  • Filtering 'aa'

    I'm having a problem with filters in the UltraGrid. I have a column containing string data. The filter row is set up to filter using contains (FilterOperatorDefaultValue = FilterOperatorDefaultValue.Contains). The only problem I have is that I cannot…

  • Formula Column + Filter + Group = Slow death of application!

    Hi all,

    I have a big issue with the UltraWinGrid. Our application has a grid, which the user can add a column with a formula too. They can also filter using the row-filter, and group using the Group-By box.

    Grouping and filtering works fine when there…

  • UltraWinGrid : Multi-Select in a filter?

    Hi,

    I must have missed the option, even though I looked for it for a while, but is there (and where, if there is) an option to enable multiselect in a filter, without going into the "Custom". When my users click on the filter icon in the Column header…

  • Quick filter functionality for Ultragrid

    I wish to provide the user with "quick filter" functionality on an ultragrid.  The idea is the user would be able to setup a filter on the grid the way the user wantsand "save" the filtering.  They could create several "saved filters…

  • Filter Summary values

    Is there any way to apply a filter to a Summary.

    E.g. Say I have a grid which lists transactions (positive and negative) grouped by account.

    I would like to show only those accounts which have a net positive balance.
    Currently if I apply a filter I get…

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

  • filtering options in UltraDropDown

    I have an UltraDropDown as a cell in an UltraGrid.  The UltraDropDown is being populated from a data table which I populate from a SQL table.

    The columns in the table are id, text, active_flag.

    If the option isn't active (active_flag = false) then I don…

  • WinGrid's RowFilter to display 'contains' by default

    How to display 'contains' in grid's row filters?

    Thank You.

    Mike

  • PropertyChanged and filters in UltraGrid

    Hi,
    I've found a weird behaviour with filters in the UltraGrid. In my .NET Advantage 2011.1 application, I need to listen to the PropertyChanged event of the grid to catch the filter changes because filters could be modified programmatically not firing…

  • FilterOperandStyle.DropDownList doesn't work with (Blanks) | (NonBlanks)

    Hello everyone!

    What I'm trying to achieve is that the filter drop down for one specific column in my UltraGrid should only have 2 items: (Blanks) and (Non Blanks) so that I can switch between them and not bother with the actual data I habe in this columns…

  • UltraGrid FilterRow strange behavior, BUG? --> Error: Unable to update the data value:

    Infragistics V9.2

    The best way to get a grip of this bug? Is propably to set a test application, se code below....

    When done, try this:

    - Filter custID:s by enter "1" in the filer cell

    - Use the backspace key to delete the "1"

    - Position…