Type: Syncfusion.Windows.Tools.Controls.HierarchyNavigator
Assembly: Syncfusion.Tools.Wpf, Version=10.404.0.53, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89
Assembly location: C:\Program Files (x86)\Syncfusion\Essential Studio\10.4.0.53\assemblies\4.0\Syncfusion.Tools.Wpf.dll
private void Button_Click(object sender, RoutedEventArgs e)
{
var collection = (this.DataContext as ViewModel).GDCSource;
foreach (var item in collection)
{
item.EmployeeName = "Sync";
}
} |
1.
Launch application from attached sample:
GDCDemo\GDCHyperLinkSample\bin\Debug\GDCHyperLinkSample.exe
2.
Select “Male” from Gender combo on right side.
Notice all visible rows change to “Male”
3.
Drag vertical scrollbar slowly to the bottom. Slow
enough that you can see all the rows as they scroll by. In this case, all rows updated
and displayed properly. Often, the first change is okay (though not always).
4.
Change the Gender pulldown to “Female”. Notice
all visible rows change to “Female”.
5.
Slowly scroll up by dragging the vertical scroll
bar. Notice in this case that some of the rows still show as “Male”. Sometimes
dragging quickly instead of slowly helps. Sometimes not. Flip back and forth
between “Male” and “Female”, scrolling the grid between each change and
eventually the problem with manifest.