Hi, I'm having some problems when trying to insert/edit data using entity framework and telerik. Lets see 3 cases:
1) using an entity very simple without foreign keys: the operations works fine
2) an entity with foreign keys: the edit operation works, but insert causes a 'null reference' error in InitInsert
3) an child entity: only display data works, both editing and inserting don't works.
I've tried using EntityDataSource and direct binding using linq as source of data, but without success.
Do you have some example using entity framework?
1) using an entity very simple without foreign keys: the operations works fine
2) an entity with foreign keys: the edit operation works, but insert causes a 'null reference' error in InitInsert
3) an child entity: only display data works, both editing and inserting don't works.
I've tried using EntityDataSource and direct binding using linq as source of data, but without success.
Do you have some example using entity framework?