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
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