Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Want to add a combo box to a field header in XamlDataGrid
posted
I want to add a combo box to a field header in a XamlDataGrid in order to perform filtering. What I am thinking is that I would need to manually create a Combo box with a collection bound to it and I can attach it to the Label's datasource. Is it possible? And if there's any sample to do so that'll be a great help!