I need to use radio buttons instead checkboxes for items inside SummarySelectionControl. Basically I need to restrict the user to select only one summary item at a time. Is there any workaround for this?
Thanks.
Hello mtatgl,
I have been investigating this issue and I believe that functionality that you are requiring can be achieved by modifying the default template of the SummarySelectionControl. You can find the default styles for the control on your computer in the following file: C:\Program Files (x86)\Infragistics\NetAdvantage 2011.2\WPF\DefaultStyles\XamGrid\generic.xaml . In order to achieve the desired functionality you can change the template of the CheckBox and bind its Content and IsChecked property. For further reference, please have a look at the attached sample.
If you need any further assistance on this matter, please do not hesitate to ask.
I was just wondering did you have a chance to try my suggestion. If you still need any assistance on the matter, please do not hesitate to ask.
Hi Elena,
I've tried that and is exactly how I want.
Thanks