do we have a header single click event for the grid i want to write a custom code for sorting when the header cell is clicked
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.