Hi,
I have a XamGrid one of the columns will be a combobox column. Now, I have another similar kind of scenario where the combobox has the itemsource specified from a different StaticResource (according to this post http://ko.infragistics.com/community/forums/t/64214.aspx).
However, now I want the combobox to also point to the same data source as that of the XamGrid's source (which is a data table). Is this possible in any way? I cannot have a new Static Resource with the data split across to make it the combobox's item source, we are on v11.2
Hello Arpita,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I created a Style for the ComboBox and set it to the ComboBoxColumn’s EditorStyle. This way I was able to bind the ComboBox’ ItemsSource trough the DataContext. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Thank you for the suggestion it helps !
Have a follow up question - I have changed the item template to display checkbox in every row along with the text.
<ig:ComboBoxColumn.ItemTemplate> <DataTemplate> <StackPanel Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Stretch" Margin="0"> <CheckBox VerticalAlignment="Center" Margin="1,0,1,0"/> <Label Content="{Binding Path=Product}" Style="{StaticResource SmallHeaderLabelStyle}" Margin="3,0,0,0"/> </StackPanel> </DataTemplate> </ig:ComboBoxColumn.ItemTemplate>
Is it possible to make the top row just display a single comma separated sting of the checked items in the drop down?
I can suggest you see this forum thread:
http://ko.infragistics.com/community/forums/t/64041.aspx
where it is discussed how to use XamMultiColumnComboEditor in XamGrid. Also the XamGrid has a MultiColumnComboColumn which you can use. You can see a sample in the Samples Browser under xamGrid / Display / MultiColumComboEditor Colum section. I should say that there isn’t any built in functionality for multiple selection and if you want to achieve it you should use the approach from the forum thread I suggested you and implement it yourself or you can suggest new product ideas for future versions (or vote for existing ones) at <http://ideas.infragistics.com>.
There are many benefits to submitting an product idea:
- Direct communication with our product management team regarding your product idea.
- Notifications whenever new information regarding your idea becomes available.
- Ability to vote on your favorite product ideas to let us know which ones are the most important to you. You will have ten votes for this and can change which ideas you are voting for at any time.
- Allow you to shape the future of our products by requesting new controls and products altogether.
- You and other developers can discuss existing product ideas with members of our Product Management team.
Steps to create your idea:
1. Log into the Infragistics Product Idea site at http://ideas.infragistics.com (creating a new login if needed).
2. Navigate to the product / platform channel of your choice (e.g. WPF, Windows Forms, ASP.NET, HTML5 / Ignite UI, iOS / NucliOS, etc.)
3. Add your product idea and be sure to be specific and provide as much detail as possible. Explain the context in which a feature would be used, why it is needed, why it can’t be accomplished today, and who would benefit from it. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. Be convincing!
The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.