I'm a xamDataGrid newbie, so please bear with me. I'm in the process of learning how to use it. I should probably have put my questions in separate posts, but they're probably trivial enough that one person can answer all three.
Thanks!
Brad.
Hi Brad,
Thank you for the feedback. I am glad I was able to help.
Perfect. Thanks a lot!
Hello Brad,
Thank you for the feedback. I am glad that you have found solutions to some of your issue.
Regarding the first one of the two questions in your latest post - as this question is not connected with the once in your original post I could suggest creating a separate forum thread(or a support ticket) as this would helpful is other community members are facing the same issue to find the solution to their issues faster.
Regarding your second question - I can suggest setting the DataItemUpdateTrigger property of the FieldSettings of the XamDataGrid to OnCellValueChange. More about this property you can find on the following link from our documentation: http://help.infragistics.com/Help/Doc/WPF/2015.1/CLR4.0/html/InfragisticsWPF4.DataPresenter.v15.1~Infragistics.Windows.DataPresenter.DataItemUpdateTrigger.html
Please do not hesitate to let me know if you have any further questions on this matter.
OK, I've made some more progress on the grouping:
Left to figure out:
I'm getting closer, but I'm not there yet.
Here's an additional (bonus :-) question: with a "normal" checkbox's "IsChecked" binding, I have access to "UpdateSourceTrigger". How do I set that for a "CheckBoxField"?
Thanks again!