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

Kendo Window with .NET controls

1 Answer 82 Views
Window
This is a migrated thread and some comments may be shown as answers.
IT Orders
Top achievements
Rank 1
IT Orders asked on 18 Dec 2013, 04:55 PM
Hello,

We are currently trying to slowly upgrade from Telerik ASP.NET controls to Kendo UI and MVC within our web forms application but ran into a problem with the Kendo Window and asp.net controls - specifically a textbox.

What is happening is whenever we have an asp:Textbox inside a div that has been transformed into a kendo window via $(".window").kendoWindow(), if we click an asp:LinkButton with an onclick event that is also within that window, the value on the textbox always comes back as "". When I remove the $(".window").kendoWindow() line, everything works fine.

We were able to reproduce this in isolation and I'm attaching the project file. Can someone help us figure out whats going on and why textboxes inside windows lose their value?

If you breakpoint inside the btnTest1_Click method after having opened the modal and typed in the Test1 text box and clicked Submit Test 1, you'll see that txtTest1 has lost its value. Why?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 19 Dec 2013, 12:15 PM
Hello Mike,

Please avoid posting duplicate forum threads and support tickets.

Our documentation discusses the current scenario in its "Using Kendo UI Window with a Form" section.

http://docs.kendoui.com/getting-started/web/window/overview#using-kendo-ui-window-with-a-form


Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Window
Asked by
IT Orders
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or