I've got a radGrid that I've put into edit mode for all rows using the PreRender method (by setting the editableitem.edit property).
It works well...all the rows in the grid are in edit mode...except all the rows are highlighted in the Skin's color (in my case, the Vista skin, so the rows are light blue). All I I want to do is have them show up without the highlight.
So, I've tried editableItem.selected = false, but this does not un-highlight the rows. I've also tried setting the editableItem.style property, all to no avail. What am I missing?
Any advice is appreciated.