I have images on one of the columns and when click on the header of the images colum I would like to sort the grid by another column. Please let me know if this is possible. A reply with example javascript code will be highly appreciated.
Hello,
I recommend using the following trick. It show how to move rows by sorting on a hidden column, but you can take the same approach to make it sort on an image column.
In initialize row event, you can assign values to the hidden column such that when a sort is performed ascending & descending the images appear in the correct order. You can cancel the default sort, and force a sort on the hidden column.
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=5596
HTH,
Taz.