Hi All,We are displaying list of IDs for example
3111111,3333333,3222222,21111111... etc in an dropdown of CQ5 dialog
where author choose one and enter content so that the content will be
persisted with ID in the jcr content.The issues is how to sort the
numbers and display them in ASC/Desc order. I tried with sortDir
property of Xtype select and it not sorting the above string values.when
i research i found the property will be used to sort only characters.how
to sort the above kind of values. ...