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
1285
How to use new controls
posted

I recently purchased 2012.2 verision of the controls. Coming from 2009. The new or updated control I'm intersted in is XamComboEditor. I would like to use it for it's new checkboxs and multiselectablity. I changed namespace to http://schemas.infragistics.com/xaml/wpf, but it seems to still use old control in Windows.Editor namespace. I get CheckboxVisiblity property does not exist in http://schemas.infragistics.com/xaml/wpf namespace. I referenced the  InfragisticsWPF4.Controls.Editors.XamComboEditor.v12.2.dll.

Any ideas?

Parents
No Data
Reply
  • 17475
    Offline posted

    Hello Boricua, 

    Thank you for posting.

    Infragistics has two controls named XamComboEditor one is shared (could be used in both in Silverlight and WPF) and the other one is used only in WPF. The shared XamComboEditor could be used after adding the InfragisticsWPF4.Controls.Editors.XamComboEditor.v12.2 and the editor only for WPF could be used after adding InfragisticsWPF4.Editors.v12.2. Here you could find more information about the shared editor which allows multi selection and using checkboxes. I have attached a sample project where I have used the shared XamComboEditor and its CheckboxVisibility and AllowMultiSelection properties to display some values. I hope this will help you. 

    Please do not hesitate to ask if you have any other questions.

    XamCOmboEditor12.2.zip
Children