You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/grid-which-cell-context-menu.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,3 +160,10 @@ This example uses a simple boolean flag for brevity, you can extend the logic to
160
160
}
161
161
````
162
162
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 <ahref="https://feedback.telerik.com/blazor/1507338-oncellcontextmenu-event"target="_blank">this request</a>. You can Follow its status there.
0 commit comments