Skip to content

Commit 611736a

Browse files
chore(kb): add notes
1 parent 1097803 commit 611736a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

knowledge-base/grid-which-cell-context-menu.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,10 @@ This example uses a simple boolean flag for brevity, you can extend the logic to
160160
}
161161
````
162162

163+
## Notes
164+
165+
If you need to do this for many columns, you can consider using the [row template]({%slug grid-templates-row%}), and/or extracting the desired logic into its own component so you can repeat it more easily in the grid.
166+
167+
While it might be a performance hit, an event that could make this easier may become available through <a href="https://feedback.telerik.com/blazor/1507338-oncellcontextmenu-event" target="_blank">this request</a>. You can Follow its status there.
168+
169+

0 commit comments

Comments
 (0)