This question is locked. New answers and comments are not allowed.
I'm trying to
1. Have Inline edits affect the datasource
2. display selected item on external control i.e. textbox.
The response to binding-to-value-outside-of-datatemplate
http://www.telerik.com/clientsfiles/28ad42cd-f28e-47e3-b816-c75eb6ab05bd_ModifyingTheDataClass.zip?sfvrsn=0
Fits closest to the structure of what I'm trying to get done.
Use case:
So I want to select the 6th line, change the word from "text" to "text2", have the changes save after pressing enter, and have the textbox display the text of whatever I currently have selected.
I hope that is possible within the framework.
1. Have Inline edits affect the datasource
2. display selected item on external control i.e. textbox.
The response to binding-to-value-outside-of-datatemplate
http://www.telerik.com/clientsfiles/28ad42cd-f28e-47e3-b816-c75eb6ab05bd_ModifyingTheDataClass.zip?sfvrsn=0
Fits closest to the structure of what I'm trying to get done.
Use case:
So I want to select the 6th line, change the word from "text" to "text2", have the changes save after pressing enter, and have the textbox display the text of whatever I currently have selected.
I hope that is possible within the framework.