Skip to content

Commit 305557b

Browse files
Update knowledge-base/accessing-controls-inside-dynamic-radpopup-data-template.md
Co-authored-by: Yordan <[email protected]>
1 parent 526c414 commit 305557b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/accessing-controls-inside-dynamic-radpopup-data-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This knowledge base article also answers the following questions:
2727
## Solution
2828

2929
To achieve this, you can use one of two approaches:
30-
* Binding the controls to a `ViewModel`.
30+
* [Binding the controls to a `ViewModel`](#option-1-using-binding-with-viewmodel)
3131
* Programmatically accessing the controls inside the `DataTemplate`.
3232

3333
### Option 1: Using Binding with ViewModel

0 commit comments

Comments
 (0)