You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/gridview/hierarchical-grid/load-on-demand-hierarchy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ In many cases you may need to load your data not when RadGridView is being initi
29
29
30
30
1. Handle the __RowSourceNeeded__ event to populate the data for each parent row.
31
31
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.
0 commit comments