Hi,
im using a grid with a custom style and i use this code for my scope:
<div id="grid" jsId="grid" dojoType="dojox.Grid"
model="model"
autoRender="true"
autoWidth="true"
elasticView="2"
structure="layout">
<script type="dojo/connect" event="onStyleRow" args="inRow">
// depending on store values
styleRow(inRow);
</script>
</div>
model="model"
autoRender="true"
autoWidth="true"
elasticView="2"
structure="layout">
<script type="dojo/connect" event="onStyleRow" args="inRow">
// depending on store values
styleRow(inRow);
</script>
</div>
but if i change the value on of rows on this grid and i reload it, the colors of the rows dont change, it is always the colour of the first visualization
i also use dojo.connect(model,'onset',styleRow); but dont work!
any idea?
Regards
Daniele
