這是我的數據網格的XAML:ComponentOne的DataGrid的默認篩選器是不工作
<c1datagrid:C1DataGrid x:Name="taskExecutionDetailC1DataGrid"
Grid.Row="1" Grid.Column="0"
SelectionMode="SingleCell"
ItemsSource="{Binding ElementName=taskExecutionDetailDomainDataSource, Path=Data}"
AutoGenerateColumns="True"
CanUserFilter="True" c1:C1NagScreen.Nag="True" />
但是,它沒有顯示過濾器圖標(下降箭頭)上徘徊頭。
我引用了C1.Silverlight。 DataGrid.Filters dll。
請幫忙。我在這個網格上花了很多時間,現在不想離開它。
謝謝vanslyker – Amit 2011-12-15 19:30:24