This question is locked. New answers and comments are not allowed.
Not sure if the title does it justice or not but what I'm trying to do is have the grid display the value of the property the underlying row is bound to even if that value does not exist in the list the combobox items is bound to. So, for example, we have a list of customers that the grid is bound to and it has a Name, membership start date and membership type columns. The membership type column is bound to a list that is filtered based on the membership start date. If the membership start date is past a certain point, only certain membership types can be selected.
Now, if in the list the customer has a membership that that is no longer active, we still want the grid to display the inactive membership type, but when the user goes into the cell to edit it, this inactive membership status should NOT be available in the dropdown. Currently, the RadGridView displays an empty string in the membership type column since the inactive membership is not in the list the ItemsSourceBinding is bound to.
How do you go about achieving this?
Any help is greatly appreciated,
Carlos
Now, if in the list the customer has a membership that that is no longer active, we still want the grid to display the inactive membership type, but when the user goes into the cell to edit it, this inactive membership status should NOT be available in the dropdown. Currently, the RadGridView displays an empty string in the membership type column since the inactive membership is not in the list the ItemsSourceBinding is bound to.
How do you go about achieving this?
Any help is greatly appreciated,
Carlos