Hello
I have three tables(Person, Phones, Type). I attached a picture for these tables and relationships.
I want to show the Person table as Parent grid and the Phones table as a Child grid in radGridView and I want to show the Phone Types in a combobox column in child grid too. So I Binded the child grid to the Phones table and added a ComboboxColumn to the child grid then binding it (Combobox Column) to the Type table.
There is no trouble with it while Inserting a new row but When it loads the data form database it does not show the Phone Type I Selected before.
How can I load data and show the PhoneType Selected (and saved in database)?
I hope you can get me
Regards