Browse by Tags
All Tags » filterrow (RSS)
Showing page 1 of 2 (15 total posts)
-
I have column in XceedGrid configured with ForeignKeyConfiguration.
Filter row in this grid displays as comboBox.
I need to refresh this comBox with new data, when it changes.
I found how to refresh column data in grid
(grid.ItemsSource as DataGridCollectionView).Refresh();
But it do not refresh comboBox in filter.
How I can ...
-
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
-
Has this issue been corrected in v3.5?
None of the following would clear the contents displayed in the FilterRow. Each of the techniques below does clear the actual filter.
// Try to clear all FilterRows in the grid.DataGridCommands.ClearFilter.Execute(null, _dataGrid);
// Try to clear the ...
1
|
|
|
|