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

Parents
  • 34510
    Offline posted

    Hi Imran,

    I have sent your feature request directly to our product management team.  Our product team chooses new feature requests for development based on popular feedback from our customer base.  Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.

    We value your input, and our philosophy is to enhance our toolset based on customer feedback.  If your feature is chosen for development, you will be notified at that time.  Your reference number for this feature request is FR13992.

Reply Children