i have datagrid...i display all the values using binding....
Eg:
In that grid i have checkbox column...
IsChecked="{Binding Path = SelectedItem,
Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"/>
If i check the check box in datagrid header it need update all the check boxes in that column...
The behaviour is shown in picture
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Praveen GopalPosted Nov 18, 2016, 3:21 AM
Amit GuptaPosted Nov 16, 2016, 1:47 PM