I have created a dojox.grid.datagrid programmatically and I need custom sorting on the columns.
For this I tried using ItemFileWriteStore.comparatorMap['field'] = comparatorFunc. But my comparator function is never called.
Any idea on what I am missing here?
comparatorFunclooks like? – ProblemFactory Sep 12 '12 at 14:06