4 Answers, 1 is accepted
0
Hi Treg,
You can use:
Kind regards,
Dimo
the Telerik team
You can use:
var
window = $(
"#window"
);
window.kendoWindow({
width:
"500px"
,
title:
"Kendo Window"
});
var
myfunc =
function
(e) {
/* ... */
}
window.data(
"kendoWindow"
).dragging._draggable.bind(
"dragend"
, myfunc);
Kind regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Treg
Top achievements
Rank 1
answered on 14 Nov 2011, 05:42 PM
thank you.
Are there plans to incorporate this into the configuration settings for kendoWindow by the November rollout?
Are there plans to incorporate this into the configuration settings for kendoWindow by the November rollout?
0
Hello Treg,
Yes, a dragend event has been exposed for the Window widget and it will be available for the official release.
Best wishes,
Dimo
the Telerik team
Yes, a dragend event has been exposed for the Window widget and it will be available for the official release.
Best wishes,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Chris
Top achievements
Rank 1
answered on 16 Oct 2012, 11:56 PM
Thanks Dimo,
I have the Kendo MVC ententions and I am having a little difficulty implementing this.
Do you have an MVC sample?
I have the Kendo MVC ententions and I am having a little difficulty implementing this.
Do you have an MVC sample?