This question is locked. New answers and comments are not allowed.
Hello,
Why the "columnResize" event is triggered twice? You can check this out on this page:
http://demos.telerik.com/aspnet-mvc/grid/columnresizing
with an event handler like this:
$('#Grid').bind('columnResize', function(e) {
console.log('resize!');
});
The same problem occurs when the handler is registered directly in a view.
Is there a way to handle the event only once?
Best regards,
Marcin
Why the "columnResize" event is triggered twice? You can check this out on this page:
http://demos.telerik.com/aspnet-mvc/grid/columnresizing
with an event handler like this:
$('#Grid').bind('columnResize', function(e) {
console.log('resize!');
});
The same problem occurs when the handler is registered directly in a view.
Is there a way to handle the event only once?
Best regards,
Marcin
