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

Asp.net MVC wrappers and Kendo MVVM

2 Answers 84 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
hyperN
Top achievements
Rank 1
hyperN asked on 31 May 2013, 10:36 PM
Hi !

I've recently downloaded trial version of Kendo UI with wrappers for MVC. I'm developing simple application to test Kendo out and I'm stuck. What I want is for user to get text from Kendo Autocomplete, and when he clicks save button that text is added to database (so value is sent back to server - mvc controller ; I'm using EF 5.0 as ORM) and also that text is automatically showed on page without reloading it ! 
I've done the first part, but I'm stuck at showing text without reloading webpage.  I'm new in Javascript and jQuery but I believe this could be done using MVVM pattern. So my question is can I accomplish this using Kendo MVVM, and if I can, how ?

2 Answers, 1 is accepted

Sort by
0
Accepted
Atanas Korchev
Telerik team
answered on 03 Jun 2013, 07:12 AM
Hi,

 You don't need to use MVVM to do that (although it is a possible solution). You can use the value method of the autocomplete to get its value.

Regards,
Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
hyperN
Top achievements
Rank 1
answered on 03 Jun 2013, 08:16 AM
Thanks for your answer, but I've managed to do ti with SignalR and Knockout :)
Tags
General Discussions
Asked by
hyperN
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
hyperN
Top achievements
Rank 1
Share this question
or