Browse by Tags
All Tags » filtering (RSS)
Showing page 1 of 3 (27 total posts)
-
To my second question - How to ''wire'' my custom FilterCriterion for given column. It looks that there is only one way - create own FilterEditor (I use simple TextBox), and return in dependency property FilterCriterion a customized myFilterCriterion object as FilterCriterion. Using this way I lost support for composed filtering ...
-
I need to extend ContainsFilterCriterion that to allow to search using a filter mask. For example searching for string items where on second place is B and on 6th place is X, while string is 8 chars long. Search mask will look like this ''?B???X??''. Mask can be written by user as filtering expression.I see ...
-
Hello,
I was searching your forum/blogs but i didn't find the answers.
We want the filter to behave this way:Contain x and y in this exact sequence. So axbyc is a result but dyexf is not.
Is there any possibility for this?Maybe anyone can push us in the right direction?
Ruud
-
Hello,
I'm looking for the way to trigger the event of filtering on a grid
currenttly i have something like :
<xcdg:FilterRow>
<xcdg:FilterCell FieldName=''LastName'' ...
-
hello,
I have the following issue with grid filtering :
I can not make filtering on some columns, these colum are binded to complex field of my dataObject.
e.g :
MyDataobject :string nameMyDataObjectType typein the xaml :
<xcdg:Column FieldName=''Name''>
<xcdg:Column ...
-
Hello
I need to filter the values of a ComboBoxCellEditor depending on the value of another cell of the same row.
A simplified view of the datagrid:
ID Customer Projects
...
-
I am having a problem when I add a FilterRow to the DetailConfiguration headers. When applied to a DataGridControl.View.FixedHeader, the criteria entered in the FilterRow automatically filters the results. The more criteria entered, the more the results are filtered. However when the same DataTemplate is applied to a ...
-
Is it possible with built-in features to have master items hidden when user filters out all its detail items using auto-filter?
Also, is it possible to have a filter-row with auto-filter values for all detail items of all master items (even the not expanded ones). I understand it will require enumeration of all the detail items, but is there a ...
-
Is there a way to maintain the Autofilter settings when the datacontext of a grid is updated or refreshed?
Also is there any plans to include the filter settings in the SaveUserSettings method?
-
Hi,
I am trying to remove this title from the Datagrid but I cannot find which property is used for this. I did a search in the entire solution for that string but I couldn't find anything.
Help please.
1
|
|
|
|