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

Editing unrelated data in a View

1 Answer 35 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Annie
Top achievements
Rank 1
Annie asked on 13 Mar 2013, 08:42 PM
I have a Db table that has a SiteKey, SiteValue, Description columns. No Id's.
For example,
SiteKey    SiteValue
ACode     ABC
BCode     XYZ
CCode    123
I want to display this in a View
--------------------------
A Code: ABC
B Code: XYZ
C Code: 123
---------------------------
| EDIT |
----------------------------
And a Button to Edit. On click, make the display boxes for values to Inline Editing with the option to Save or Cancel.
Can you show me a sample to do this with Kendo? I am able to do this as a separate Edit View but want to use kendo widgets if possible. Since the data is unrelated, not sure what to use or if this is possible.

Annie

1 Answer, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 15 Mar 2013, 01:45 PM
Hi Annie,


You could take a look at the getting started pages which cover how to set-up an editable Grid using Ajax Binding and Server Binding. I think the following demos on InLine editing and Batch editing will help you too.

Please let me know if you need further assistance?

 

Greetings,
Dimiter Madjarov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Annie
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or