Skip to content

Commit dfa089c

Browse files
committed
additional notes
1 parent d542130 commit dfa089c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

knowledge-base/common-extend-inherit-wrap-reuse-telerik-blazor-components.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ The sections below discuss the differences between the two alternatives. On the
4141
* Add new parameters.
4242
* Set default values to parameters, so that there is no need to do that everywhere in the app.
4343

44-
> Using both options at the same time is not possible and will lead to runtime errors, because the setup will nest the Telerik component in itself. Possible errors include: `Cannot read properties of null (reading addEventListener)` or `BuildRederTree(RederTreeBuilder): No suitable method found to override`.
44+
On the other hand, neither option allows changing the internal HTML rendering of the Telerik component.
45+
46+
> Using both options at the same time is not possible and will lead to runtime exceptions, because such a setup will nest a Telerik component in itself. The following JavaScript error will likely occur: `Cannot read properties of null (reading addEventListener)`.
4547
4648
### Wrap Telerik Components
4749

0 commit comments

Comments
 (0)