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
210
Is the UltraListViewItem.Key is case sensitive?
posted

Hi,

I am using the ultraListView and adding some UltraListViewitem in it. While adding the item I am specifying the key(A1) for that item and it is working fine.

But when I am trying to add the 2nd item with the key(a1), it is thowing the exception. I think this exception is coming, because the UltraListViewItem keys are not case sensitive.

 

Is there any way to make it caseSensitive, so that it will allow me to add 2 items with the key(a1 and A1)?

 

Thanks,

Santosh.

  • 69832
    Offline posted

    No, the control does not support case-sensitive item keys; I don't believe any of the Infragistics collections do. If you like you can submit a feature request for this functionality.