This is a migrated thread and some comments may be shown as answers.

[Solved] Column resize triggers the event twice.

1 Answer 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Marcin
Top achievements
Rank 1
Marcin asked on 01 Dec 2011, 02:52 PM
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

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 02 Dec 2011, 03:28 PM
Hi Marcin,

The problem is now fixed and changes will take effect in the next internal build. Thanks for reporting. I have updated your Telerik points.

Regards,
Dimo
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
Grid
Asked by
Marcin
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or