DataGrid SelectionChanged happens too often
Posted
by Tokk
on Stack Overflow
See other posts from Stack Overflow
or by Tokk
Published on 2010-06-14T16:18:17Z
Indexed on
2010/06/14
16:22 UTC
Read the original article
Hit count: 229
Hey, Guys
As I have a DataGrid as another DataGrid's RowDetailsTemplate, I've got a strage effekt. If I Change selection in my inner DataGrid, the SelectionChanged-Method in the outer Grid is automatically caled, too. I don't know why, but I would like to know, what I can do against this.
Thx
© Stack Overflow or respective owner