Hi ,
I have an unbound field on my grid, and this field is templated to combo box using the CellValuePresenterStyle. Im binding the my combobox to IDictionary<int,string> items source. When I make a selection and group that column , the grouping will always display one group regardless of my selection.I figured its because the CellValuePresenter Value is null, so I tried to bind the CellValuePresenter in the combo box to the selected Text as follows:
Text="{Binding RelativeSource={RelativeSource AncestorType=DataPresenter:CellValuePresenter,Mode=FindAncestor},Path=Value,
UpdateSourceTrigger=PropertyChanged,Mode=OneWayToSource}"
This started to work , however when I tried to bind the ComboBox Value to the a property of the item source , the grouping doesnt work anymore. Please refer to the attached project for more illustration. When you run the project try to run it without binding the Value property of the combobox , then with binding it, and see how the grouping behaves
Thanks
Hello samsal,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
Hi Stefan,
Thanks for your response. I figured it out and its exacly the same way you suggested, but if may say you guys in infrugitics take too much time to address the post, and by the time you reply I already found a solution or some times just gave up on the whole infragistics contol thing and switched to different control ......I wish you guys can address these question faster than this
thanks
Hello again,
Thank you for your feedback. I am glad that this is no longer an issue. Please note, we are making efforts to ensure that all posts are addressed by an Infragistics expert. We believe that the other community members could benefit from this thread as well.
Thanks again and feel free to write me if you need further assistance.