Hello, Im using Radcombo with checkboxes. When selecting, items are shown in order i checked them. After postback they are sorted in ascending order.
I checked C, B, A and A, B, C is shown. I need to preserve order i checked.
I didn't find a property to prevent this like (SortCheckedItems='false'). Is there any way how to achieve this?
Thanks