Skip to content

Commit da74b2e

Browse files
Update README.md
1 parent 23bc8be commit da74b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How to load data on demand using command in WPF TreeGrid
1+
# How to Load Data on Demand using Command in WPF TreeGrid?
22

33
This example illustrates how to load data on demand using command in [WPF TreeGrid](https://www.syncfusion.com/wpf-controls/treegrid) (SfTreeGrid).
44

@@ -14,4 +14,4 @@ public void Execute(object parameter)
1414
node.PopulateChildNodes((App.Current.MainWindow.DataContext as ViewModel).GetReportees(emp.ID));
1515
}
1616
}
17-
```
17+
```

0 commit comments

Comments
 (0)