6
我有一個DataGrid複選框實現它使用這個代碼,我在互聯網上找到。WPF MVVM檢索數據網格選擇行
<my:DataGrid.RowHeaderTemplate>
<DataTemplate>
<Grid>
<CheckBox IsChecked="{Binding Path=IsSelected, Mode=TwoWay, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type my:DataGridRow}}}" />
</Grid>
</DataTemplate>
</my:DataGrid.RowHeaderTemplate>
但是,如何獲得選定的行?我正在使用WPF MVVM。
請你能鄉親添加評論時,你們是downvoting質疑。然後,他們會知道爲什麼他們的問題被低估。謝謝。 –
明白了..謝謝。 – wipindipy10