In our JS onClick event we have the following code:
var grid = $("#MyGrid").data("kendoGrid");
var row = grid.select();
When running on IE (test on versions 9, 10, 11) the row is null if the row isn't specifically selected before clicking on the button. Any work around for this?
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
My original post was in error. The problem only occurs when embedding a button into a column custom template. Thanks for the quick response.
0
Dimiter Madjarov
Telerik team
answered on 31 Oct 2014, 01:51 PM
Hi Bill,
It is still no clear for us what is causing the mentioned issue on your end. Please provide a small runnable example, that demonstrates it so we could provide further assistance.
Regards,
Dimiter Madjarov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.