I am making a Telerik Radgrid with EntityDataSource control as its Datasource.
The current table has a Many-To-Many relationship with a second table. I wanted to show the list of Title (field) of the second table on a repeater inside a GridTemplateColumn.
Is it possible to fill the repeater with the list of object from the second table? If it is, then how?
Thanks a lot.