Hello Dess
Thanks for your reply that gives me the direction of the solution.
I have spent a considerable amount of time reading and trying but I have not been able to implement the solution, i.e. how to generate a bindable list
I understand that my question is not strictly speaking a "telerik issue", however if you coud tell me how to modifiy the below code to generate a bindable object from my entityframework context I would be extremely gratefull (or if you have a simple example)
--------------------------------------------------------------------------------------------------------
HorseListe as list(of Horse) = (From aHorse As Horse In context.Horses Where aHorse.CurrentName.StartsWith(FirstLetter) Order By aHorse.CurrentName).ToList()
-------------------------------------------------------------------------------------------------------
Thanks a lot