Login Register

Custom sorting grid columns for 1.0.2

I would like to implement custom sorting, say numeric sort, instead of the default alphabetic sort,
but the solution provided at:

http://dojotoolkit.org/forum/dojox-dojox/dojox-grid-support/custom-colum...

does not seem to work for dojo 1.0.2 - perhaps it works in 1.1.0. What function do I need to override or register to replace the default comparator in either the model or the store for dojo 1.0.2?

Thanks in advance.

makeComparator?

Is this done through the model.makeComparator, model.generateComparator, model._attrCompare?
How do I use it to set a custom sort for one column?

...