Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
On grid right click context menu's open event, how does one get the grid row's data item:
function grid_menu_open(e) {
}
Figured it out...
let grid = ... // get kendoGrid handle grid.dataItem($(e.target))