I'm setting forecolor programmaticaly on ItemDataBound event:
if (condition...)
e.Item.ForeColor = Color.SomeColor...
When i selecting the row on client side selector sets its style's color and next, when i deselect the row, the color i have set erased. Default color of current skin comes back.
Is there any way to make selector remembers my color and sets it back?
if (condition...)
e.Item.ForeColor = Color.SomeColor...
When i selecting the row on client side selector sets its style's color and next, when i deselect the row, the color i have set erased. Default color of current skin comes back.
Is there any way to make selector remembers my color and sets it back?