|
@@ -7,7 +7,8 @@
|
|
|
xmlns:uc="clr-namespace:Com.FirmLib.UI.Common"
|
|
|
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
|
|
|
xmlns:behaviors="clr-namespace:FWindSoft.Wpf.Behaviors;assembly=FWindSoft.Wpf"
|
|
|
- mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="500" Title="[品牌名-产品名]型号" Height="{Binding Height,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=UIElement}}"
|
|
|
+ xmlns:dgx="urn:tom-englert.de/DataGridExtensions"
|
|
|
+ mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="500" Title="[品牌名-产品名]型号" Height="{Binding Height,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=UIElement}}"
|
|
|
Width="{Binding ActualWidth,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=ScrollContentPresenter}}">
|
|
|
<fw:NChildWindow.Resources>
|
|
|
<fw:BindingProxy x:Key="DATA" Data="{Binding}"></fw:BindingProxy>
|
|
@@ -46,6 +47,7 @@
|
|
|
SelectionUnit="FullRow"
|
|
|
HeadersVisibility="Column"
|
|
|
CanUserSortColumns="True"
|
|
|
+ dgx:DataGridFilter.IsAutoFilterEnabled="True"
|
|
|
CellStyle="{StaticResource ResourceKey={x:Static uc:CommonStyles.DataGridCellKey}}"
|
|
|
SelectedItem="{Binding CurrentTypeItem,Mode=OneWay}"
|
|
|
|