Skip to content

Commit 1637559

Browse files
authored
Update load-on-demand-hierarchy.md
1 parent 2b008e0 commit 1637559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/gridview/hierarchical-grid/load-on-demand-hierarchy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In many cases you may need to load your data not when RadGridView is being initi
2929

3030
1. Handle the __RowSourceNeeded__ event to populate the data for each parent row.
3131

32-
>note Calling the the __BestFitColumns__ method may cause the grid to load all the data explicitly. Call this method with the for the visual cells only.
32+
>note Calling the the __BestFitColumns__ method may cause the grid to load all the data explicitly. Call this method with the __BestFitColumnMode.DisplayedCells__ parameter for the visual cells only.
3333
3434
## Sample Load-On-Demand Scenario
3535

0 commit comments

Comments
 (0)