Hi,
my question is not directly related to RadGrid but maybe someone can help me anyway.
I am using a RadGrid which is bound to a LinqDataSource. The User is able to select/deselect items within the grid.
When the user clicks the submit button the selected items are saved. To achive this, the grid has an invidible column which holds the primary keys of the items listed in the grid. After submit a list with the selected keys is passed to a method which retrievs the corresponding objects via a Linq-Query and adds them to a relation.
Now, my question is: Is it possible to get the entity object from the LinqDataSource when the user clicks the select button in the grid? It would be much more convenient to work with the objects instead of id's.
Thank you in advance for your suggestions.
Robert