ここに私のdataGrid xamlがあります:
<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.
助けてください。私はこのグリッドに多くの時間を費やしてきましたが、今はそこから離れたくありません。