We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3723f commit 652c421Copy full SHA for 652c421
knowledge-base/grid-autofit-columns.md
@@ -49,6 +49,8 @@ To autofit the Grid columns on the initial load of the component:
49
50
The **JavaScript** tab in the following example implements a JS function and sets up the `MutationObserver` tool to listen for DOM changes.
51
52
+> Replace the `Index` type of the `DotNetObjectReference` with the type of the component that hosts this code.
53
+
54
<div class="skip-repl"></div>
55
````C#
56
@implements IDisposable
0 commit comments