I have written below code in Kendo Grid change event.
Now, when I try to drag any column in header for "Group By", the grid crashes. When I remove this line of code, it is working fine.
Can anybody help me out on this. Thanks in advance.
Regards,
Komail Noori
change: function(e) { var item = e.items[0]; var stockQty = item.get("columnName"); }Now, when I try to drag any column in header for "Group By", the grid crashes. When I remove this line of code, it is working fine.
var stockQty = item.get("columnName");Can anybody help me out on this. Thanks in advance.
Regards,
Komail Noori