I've got a form with a DevExpress grid view bound to a datatable DTable and a column that is a DevExpress lookupedit (RepositoryItemLookUpEdit) bound to a BindingList List.
At form load I initialize the datatable and the lookupedit from DB.
I also have another form with another DevExpress grid bound to the BindingList List used to edit and add items to the list of the lookupedit.
If I edit the items and close the form I update List and DTable (I have checked it while debugging), I have updated members in the lookupedit but the selected shown items of the column don't get updated.
What am I doing wrong? Thank you