So I have a need to apply a style to an individual cell in dojo 1.2 grid; Ideally I would rather not return html in the json store that's being used as it will have to be stripped out in other places (far more than the single grid occurrence).
Anyone have an idea how this can be achieved? I'm able to apply a style to the row, but that isn't exactly what I need.
Smiles to the winner :)

oh btw
There are a few constraints, on such is that it must be done from within the onStyleRow extension point - the get formatter is already being used to fulfil a certain task
these aren't my made up conditions, just what I'm allowed to do; you might see my dilemma
why can't you do it in the
why can't you do it in the get formatter? what is not allowing you to do it that way?
have you looked at this?
http://www.dojotoolkit.org/forum/dojox-dojox/dojox-grid-support/can-form...