Hi Folks,
I’m binding the JSON data into jqxDropDownList and by default the list is getting sorted. I want to prevent the default sorting taking care by the jqx component.
For example: It’s a currency dropdown, and I want few currencies to be at the top like USD, SGD, AUD etc.
In accordance to that I’m building my JSON in that order to show few items at the top but jqx component is sorting that into alphabetical order. Because of that my preferred list is going down and scattered
I want the data to be binded in whatever the order that i’m sending from server-side.
Can someone suggest me a solution on how to achieve this?
Looking forward.
Regards,
Raj