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
1052
Use radio buttons instead checkboxes for items inside SummarySelectionControl
posted

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.

Parents
  • 17559
    Suggested Answer
    posted

    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.

    RadioButtonFilterXamGrid.zip
Reply Children