Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » filtering (RSS)
  • XamDataGrid Binding ComboBoxItemsProvider to another Field

    Hello, I would like to create a datagrid that provides a list of States as a XamComboEditor and another that provides a list of Cities within a State as a XamComboEditor. I am not sure how to accomplish this. Basically I would like the selected item of the States to filter the ItemsSource of my Cities...
    Posted to Forum by mkduduffi on 11-06-2008
  • Use Row filter in sql query

    Hi I want to use the selected row filter in my sql query. I have a Grid which is setup to use row filtering. e.Layout.FilterOptionsDefault.AllowRowFiltering = RowFiltering.OnServer; e.Layout.FilterOptionsDefault.FilterUIType = FilterUIType.FilterRow; I want to to use this filter, when getting data from...
    Posted to Forum by bjarnek on 11-03-2008
  • Ultracombo filters but does not hide filtered out rows

    I have an UltraCombo bound to a DataTable and I am using the ColumnFilters property on the Band to filter the data. When I debug in Visual Studio I can see that the filter is applied correctly and that the DisplayLayout.Rows.FilteredInRowCount is less than the Rows.Count. Yet the rows that are filtered...
    Posted to Forum by detrickm on 10-02-2008
  • Re: Infragistics.Win.UltraWinGrid > CustomRowFiltersDialog (DBNull) issue

    This post is quite old, but unanswered. It was exactly what I was trying to do, and I eventually figured it out, so here's the solution. Hope this helps someone! // Should handle the UltraGrid.BeforeCustomRowFilterDialog event private void grid_BeforeCustomRowFilterDialog(object sender, BeforeCustomRowFilterDialogEventArgs...
    Posted to Forum by Reiste on 10-02-2008
  • Re: In choose filter dont fire any event

    Hi dud, thx for the post. I will try updated my code using ur solution, but its is not a main problem. -- Example When I select a filter option, write a text in filter box and press [Enter] the AfterRowFilterApplied event is fired and footer counter is updated, but if I just change the filter option...
    Posted to Forum by rodrigoaraujo on 09-24-2008
  • In choose filter dont fire any event

    Hi, In my aplication I use the UltraWebGrid component and have a filter of the RowFilter type. I'm doing a counter of the finded items and display in footer of the grid, using AfterRowFilterApplied event, I do the code bellow: function gv_AfterRowFilterApplied(gridName, column){ var oGrid = igtbl_getGridById...
    Posted to Forum by rodrigoaraujo on 09-24-2008
  • Re: web grid.. how can i change the default filter?

    Hello, I believe this scenario (setting initial row filter in grid programmatically) is covered in our online help in this article Setting Initial Filter Hope this helps.
    Posted to Forum by rustankov on 08-08-2008
  • Wingrid - ColumnFilter - Not working second time.

    I am adding columnFilter for the Grid like : grdAccountMaintenance.DisplayLayout.Bands[0].ColumnFilters[ColumnName].FilterConditions.Add( new Infragistics.Win.UltraWinGrid.FilterCondition( grdAccountMaintenance.DisplayLayout.Bands[0].Columns[ColumnName], Infragistics.Win.UltraWinGrid.FilterComparisionOperator...
    Posted to Forum by jaysparikh on 07-31-2008
  • Icon Column Filter DropDown style?

    I have an Icon filter on a column but the DropDown rows are too big compared to the text inside! Any idea wh at is causing the issue or how to fix this?
    Posted to Forum by emilyankov on 07-31-2008
  • Re: How to write a custom filter Condition programatically

    Thanks a lot Mike..................... I have been trying this for a while......... I have worked around another solution of creating a Regular Expression using my inputs and match .......... gr8 and hats off to you Mike ,.,.,.,.,. regards, Arun
    Posted to Forum by Arun Rajaraman on 07-11-2008
Page 1 of 6 (55 items) 1 2 3 4 5 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems