Click here to Skip to main content
15,900,906 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All. I have a Silverlight datagrid which we're trying to filter using controls in the column headers. I've got the controls in the column headers using styling and the DataTemplate, but I can't figure out how to bind a combobox control to an ObservableCollection in the page's viewmodel. The RowDetails template for the very same datagrid has a control that binds to the same source just fine, but for some reason the combo in the header can't seem to "see" it. Any help would be greatly appreciated.
Posted

1 solution

The link below might be helpful to start with

ComboBox in DataGrid - Manish Dalal's blog
http://weblogs.asp.net/manishdalal/archive/2008/09/28/combobox-in-datagrid.aspx
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900