------------------- AI Summary -------------------
There appears to be a bug in the Grid component when used with a ContextMenu. To reproduce:
.ContextMenu() to the Grid, then build and run..Scrollable() from Index.cshtml, and run again.--------------- End of AI Summary ---------------
Hello Christian,
Thank you for reporting this issue, I have tested it and confirmed that this is a bug with the Grid and context menu. As a workaround, you can overwrite the internal context menu options and enable it for non-scrollable grids:
$(document).ready(function() {
let grid = $("#grid").getKendoGrid();
grid.tbodyContextMenu.setOptions({
filter: ".k-grid-content .k-table-td, .k-grid-content-locked .k-table-td, .k-grid-pinned-container .k-table-td, .k-table-tbody .k-table-td",
})
})You can take a closer look at this workaround in the following REPL.
As a token of gratitude, I have updated your Telerik Points and converted your ticket to a bug report.
Regards,
Vasko
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.