Databinding - telerik Controls ( Winforms )

Posts   
 
    
Posts: 72
Joined: 11-Aug-2006
# Posted on: 11-Oct-2011 06:15:33   

Hi there. Just getting in to developing a few apps after not being in development full time for a number of years.

Can you please point me in the right direction - I just want to bind data to a telerik grid ( using linq ) and be able to easily update the data. I am having a bit of trouble finding the easiest way to update the data.

Can you help?

Kind Regards Martin

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 11-Oct-2011 10:22:58   

Are you using LLBLGen Pro v.3.x?

If, so which framework are you using?

Posts: 72
Joined: 11-Aug-2006
# Posted on: 11-Oct-2011 11:26:30   

3.1 . .Net 4.0, llblgenpro framework . thanks :-)

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 11-Oct-2011 12:00:07   

Linq is used for querying only not for updating data.

You'd better user LLBLGen Pro entities, and you can use a BindingSource control, to bind any EntityCollection to any Data Control.