Hi Mohanram,
I don't know why you can't reproduce this error. But please try the following.
Set a break point at line 107 of Master.xaml.cs:
var selectedValue = (sender as SfMultiColumnDropDownControl).SelectedValue;
Start the program, choose project 1001 and expand one of the parent nodes. My problem was, that clicking with mouse on the expand icon raised the McdProject_SelectionChanged event.
Do you have the same behaviour? In my opinion that cannot be correct, that clicking on a Treegrid to expand it raises a SfMultiColumnDropDownControl SelectionChanged event.
If you don't have the same behaviour please close this thread, because I have solved my problem.
Regards,
Jörg