Dear Konstantina,
Your reply help me very much to show the correct text in the dropdown box.
But the other properties are not working.. let me explain in details:
I have a little bit complex scenario,
The page is showing the sheets list in a grid, for each row there is a combobox to select the posted sheet which should be any other sheet & not the current one (the current one shouldn't be in the list)
To simplify this I just used the same collection to show values in the combobox (as it will be read only).
I have
QueryableDomainServiceCollectionView Sheets collection in my VM as follows:
Which is populated from the database on the page loaded event.
Here it comes the binding in XAML:
If I edit the row I can see the list populated with the values, and If I select any value it gets reflected back to the column value, but the text will disapper if I move away the column. ...
What is wrong here, should I define another collection, if so how can I assign the id of the current sheet not to be shown in the list ..
any help is appreciated
Waleed