After the Kendo UI ASP.NET MVC library to the latest version the following code doesn't work:
function Error(e)
{
var gridName = this.options.table.context.id
var grid = $('#' + gridName).data("kendoGrid");
}
The table property is null. How are we supposed to find the sender from the 'e' which is being passed here.
Thanks