CreateUniqueEntries in FilterBar

This methods seems to assume a sorted list. I have the following items: US US IC EU EU US Calling this method returns the following items: US IC EU US (notice it repeats) Is there a way to not have them repeat without sorting? I want the order of the original list maintained. Thanks! Rick

1 Reply

AD Administrator Syncfusion Team August 3, 2005 07:22 PM UTC

It does assume a sorted list. See the code at the bottom of this thread to see one way to handle this. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=29918

Loader.
Up arrow icon