:: Forum >>

Sorting Columns having numbers with Hyperlink

My column contains numbers which are hyperlinked. How do I sort them as numbers.
Arun Iyer
Thursday, May 25, 2006
It is possible to use setCellText() and setCellValue() methods independently, so the displayed text will be defined by cell/text property and the sort order will be defined by cell/value - set array of numbers with setCellValue([...]) or setCellValue(function(c,r){...}, colIndex).

Or just use AW.Templates.Link template.
Alex (ActiveWidgets)
Thursday, May 25, 2006

This topic is archived.


Back to support forum

Forum search