Skip to content

Commit 8a57e78

Browse files
dimodidimodi
authored andcommitted
Update common-extend-inherit-wrap-reuse-telerik-blazor-components.md
1 parent aa5a14a commit 8a57e78

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: how-to
55
page_title: How to Extend, Inherit, or Wrap Telerik Components for Blazor
66
slug: common-kb-component-inheritance
77
tags: telerik, blazor, inheritance
8-
ticketid: 1628856, 1615737, 1604776, 1607228, 1618168, 1690926
8+
ticketid: 1628856, 1615737, 1604776, 1607228, 1618168, 1690926, 1694691
99
res_type: kb
1010
---
1111

@@ -266,7 +266,9 @@ namespace YourAppName.BaseComponents
266266
}
267267
````
268268

269-
If `ReusableComboBox.razor` has a separate `razor.cs` file, the partial class must be defined as generic:
269+
## Notes
270+
271+
If `ReusableComboBox.razor` has a separate `.razor.cs` file, then the [partial class must be defined as generic](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/generic-type-support):
270272

271273
````C#.skip-repl
272274
public partial class ReusableComboBox<TItem, TValue> : ComponentBase

0 commit comments

Comments
 (0)