I have an UltraComboEditor Control with the dropdown style set to DropDown. My regional setting is set to arabic. The dialog containing the combo is set to RightToLeft.Yes. The combo box is populated with numbers. When I drop down the box and select a number the combo box is in edit mode and converts the english number to the arabic equivalent. When I remove focus from the control to take it out of edit mode it reverts back to a english number.
Please do not respond to this post with Infragistics does not support setting the RightToLeft property. I need a work around for this. I have been going through great lengths to make the Infragistics controls work in RTL languages and would like some help with this issue.
Is this an RTL issue? Does it work if you set RTL to false?
How exactly are you handling the conversion from English to Arabic numbers? Are you using ValueMember/DisplayMember for this? If so, what are the DataTypes of these columns and which one is which?