I'm pretty new to kendo and Im trying to set up a foreign key in a grid but instead of using a list like in the example im attempting to use a second datasource instead.
At the moment when in edit mode i can select a drop down box which shows the text values of the foreign key instead of the id number but after i switch out of edit mode it reverts back to an id.
This is currently what i have
http://jsfiddle.net/QPXrf/8/
I'm just needing some direction in what would be the best way to do this.