Posted 20 Apr 2015 Link to this post
Posted 22 Apr 2015 Link to this post
function
grid_error(e) {
var
grid = $(
"#CPRProductLineGrid"
).data(
"kendoGrid"
);
knotify = $(
"#popupNotification"
"kendoNotification"
if
(e.errors) {
/*...*/
grid.one(
"dataBinding"
,
(args) {
args.preventDefault();
});
}
See What's Next in App Development. Register for TelerikNEXT.
Posted 22 Apr 2015 in reply to Rosen Link to this post
Posted 23 Apr 2015 Link to this post