Hi,
We have following XamComboEditor which allows multiple selection and working fine and shows selected items separated by ";" as per selection. But we need to show "All Items" when all items are selected instead of all selected items text. In the same way EmptyText property shows specific Message if no item is selected. Is there some way to do this?
<ig:XamComboEditor Name="ddl" EmptyText="Select Item" DisplayMemberPath="ItemName"
MultiSelectValueDelimiter=";" AllowMultipleSelection="True"
CheckBoxVisibility="Visible" IsEditable="False" />
Thanks
Currently the XamComboEditor does not support such a feature. It sounds like something that could possibly be brought into the control, so I will ask our Developer Support staff to write up a Feature Request for this.