Browse by Tags
All Tags » DataGridControl » Filtering (RSS)
-
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 ...
-
Hi
Im trying to filter a DataGridControl based on the selection from another DataGridControl (eg: Employee => EmployeeOrders => OrderDetails). Sort of like master detail but all in seperate DataGridControls.
Do I use DataContext? and if so what are the values I would use.
Some sample code would be great!!
Thanks Jonno
-
I pulled example code from ms-help://Xceed.Wpf.DataGrid/Documentation/Filtering_Data.html on example #2 yet I can't get filtering to happen. I am missing something simple, please point it out.
here is the xaml and the code-behind
<Window x:Class=''XceedTest.MainWindow'' ...
|
|
|
|