From 16375598cdf0d09870bdf8f81689323ce72349de Mon Sep 17 00:00:00 2001 From: Dinko Krastev Date: Mon, 12 Aug 2024 16:34:42 +0300 Subject: [PATCH] Update load-on-demand-hierarchy.md --- controls/gridview/hierarchical-grid/load-on-demand-hierarchy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/gridview/hierarchical-grid/load-on-demand-hierarchy.md b/controls/gridview/hierarchical-grid/load-on-demand-hierarchy.md index 08acba0a1..d02b7e1c8 100644 --- a/controls/gridview/hierarchical-grid/load-on-demand-hierarchy.md +++ b/controls/gridview/hierarchical-grid/load-on-demand-hierarchy.md @@ -29,7 +29,7 @@ In many cases you may need to load your data not when RadGridView is being initi 1. Handle the __RowSourceNeeded__ event to populate the data for each parent row. ->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. +>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. ## Sample Load-On-Demand Scenario