I have a datagrid with a combobox column. I want to bind this column to a list of items that I generate dynamically in the code-behind file. All rows of the datagrid will have the same list of items in the combobox column. I have done static binding using ObjectDataProvider, but I am not sure how to do this dynamically.
Any help is greatly appreciated!
Thank you, Santosh