Skip to content

Commit 394f0e0

Browse files
authored
Update predefined-dialog-beneath-modal-dialog-blazor.md (#3084)
Added injection of the IJSRuntime
1 parent 09727c2 commit 394f0e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

knowledge-base/predefined-dialog-beneath-modal-dialog-blazor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ Use JavaScript to dynamically adjust the `z-index` of the predefined dialog. Thi
9696
```
9797

9898
```razor
99+
@inject IJSRuntime js
100+
99101
<TelerikDialog Visible="@Visible" VisibleChanged="OnDialogClosingAsync">
100102
</TelerikDialog>
101103

0 commit comments

Comments
 (0)