Browse by Tags
All Tags » filterrow (RSS)
Showing page 1 of 2 (16 total posts)
-
Hi,Some of theses options are already available within the filterRow. As an example, it is possible to insert querries like ''<1024'' or ''>=30'' to numeric values.
However, if filterRow doesn't correspond your needs, here is some informations to create your own Custom Filter:
To create a custom auto-filter control this page within ...
-
Hi all,
I've been trying to hook-up filter row to my grid which is bound to DataGridVirtualizingCollectionViewSource but it doesn't seem to work. Also, I couldn't find any example yet.
If anyone has managed it to work please share ideas / sample.
Thanks,
Nodir
-
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'' ...
-
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 ...
-
I have a page that contains a data grid with a filter row. When I navigate away and back to it, the content of the filter row is gone. How could I save and restore it?
Thanks
-
Hello,
i would like to bind the number of results, counted after Filtering from FilterRow, in a TextBlock for example, outside your DataGridControl...Is it possible?Is there any property i can use?
Thanks in advance,
Ilias
-
Normal
0
14
false
false
false
IT
X-NONE
X-NONE
MicrosoftInternetExplorer4
...
-
You achieve this by changing the control template of the FilterCell.
Here's an example:
<xcdg:FilterRow>
<xcdg:FilterCell FieldName=''IsBig''>
<xcdg:FilterCell.Template>
<ControlTemplate TargetType=''{x:Type ...
-
''Hi,
I was wondering if any Xceed users have succesfully gotten the filterrow to filter on objects? An example: I have a column which points to the property Manager on a class User. Manager is also of type user. Unless I set the column as Manager.Id I am unable to filter using the filterrow. If I set the Column.FieldName to ...
-
Hi, I've got a question:
When I select items in the grid, and then click on the FilterRow,
the selected Items are cleared.
Is this intended behaviour?
Regards, Helmut
1
|
|
|
|