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
2335
How can we change Display Text when all Items are selected like EmptyText
posted

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