Hello,
I have problem on xtragrid with repositoryItemComboBox column.
I have two tables in grid I load rows from stored procedure, I want load list to comboBox from second stored procedure and use values in rows.
For this moment all works fine, but when I change row control doesn't remember selected value.
I read a lot of topic with similar problems but I didn't find solutions. I had similar problem with this when I wanted use different possible values in comboBox, then I used many instances of repositoryItemComboBox but I'm sure that there is more simple way if set of possible rows is the same for each row in xtraGrid.
I prepared sample solutions with SQL scripts which demonstrate this problem on sample data.