Wpf tool kit datagrid DataGridCheckBoxColumn on_click event:

Posted by logu on Stack Overflow See other posts from Stack Overflow or by logu
Published on 2010-04-08T17:48:03Z Indexed on 2010/04/08 17:53 UTC
Read the original article Hit count: 467

Filed under:
|
|

I want to get the selected rows, but selecteditems has only one row. I want get the all the checked item. I think I need to add event handler when the checkbox is clecked and then collect them all. How do I do this in a best way?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about tool