Skip to content

Commit b24c92f

Browse files
chore(tilelayout,contextmenu): removed section for shouldrender flag because it is for 3.0 (#407)
1 parent 740e69d commit b24c92f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

components/contextmenu/events.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ The `OnClick` event fires when the user clicks or taps on a menu item. It receiv
2020

2121
You can use the `OnClick` event to react to user choices in a menu without using navigation to load new content automatically.
2222

23-
@[template](/_contentTemplates/common/general-info.md#rerender-after-event)
24-
2523
>caption Handle OnClick
2624
2725
````CSHTML

components/tilelayout/events.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ This article explains the events available in the Telerik TileLayout for Blazor:
1919

2020
The `OnResize` event is fired when any tile is resized. It lets you respond to that change if needed - for example, call the `.Refresh()` method of a chart or otherwise repaint a child component in the content. You can also use it to, for example, update the saved [state]({%slug tilelayout-state%}) for your users.
2121

22-
@[template](/_contentTemplates/common/general-info.md#rerender-after-event)
23-
2422
>caption Respond to the Resize event and adjust components in the tile
2523
2624
````CSHTML
@@ -85,8 +83,6 @@ The `OnResize` event is fired when any tile is resized. It lets you respond to t
8583

8684
The `OnReorder` event fires when tiles have been reordered. You can use it to, for example, update the saved [state]({%slug tilelayout-state%}) for your users.
8785

88-
@[template](/_contentTemplates/common/general-info.md#rerender-after-event)
89-
9086
>caption Respond to the OnReorder event
9187
9288
````CSHTML

0 commit comments

Comments
 (0)