|
Browse by Tags
All Tags » filtering ( RSS)
-
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...
-
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...
-
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...
-
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...
-
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...
-
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...
-
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.
-
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...
-
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?
-
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
|
|