I have a varchar column with both numerics and alphabets so when i am using the header click to sort them they are sorting based on ASCII values
like
1
11
2
3
can i manipulate it so that i can get the data like
Hello Ven Ram,
Thank you for posting in our forum.
UltraGrid’s column exposes SortComparer property. You may use this property for custom sort comparison when sorting rows in a column. More about this property you may find by following the next link http://help.infragistics.com/Help/Doc/WinForms/2015.1/CLR4.0/html/Infragistics4.Win.UltraWinGrid.v15.1~Infragistics.Win.UltraWinGrid.UltraGridColumn~SortComparer.html.
Please check also the following forum thread where similar question were discussed http://ko.infragistics.com/community/forums/t/60457.aspx.
Please let me know if you have any additional questions.