My Goal:
On Edit - display display text associated with DropDownList ID selected in lookup table.
Problem:
When creating a record, the DropDownList will lookup the value and display the associated text. Because the field is used to store only the "index" or ID of the associated record, when editing, only the integer index is displayed. I would like the text to be displayed as if it was just selected when the edit window is opened.
I have just begun working with Kendo and just not sure of the syntax.
Thank you!