I think this is a misunderstanding.
McLoo, you assign the oBackColor in the RowDynamicFormatting-Event. That pracitcally overwrites the CellBackColor of the entire row. It ist never stored as a "row-property" in the first place.
If you change the color of an idiviual cell later, that cells color changes away from that "RowColor" to that.
If you need to remember this color as a kind of attribute or state, simply add another (invisible) column and store that Value there.
(My reasonably complex real world use of the iGrid currently has about 12 visible columns and about as many invisible ones to carry additional information)
Regards,
Oliver
Edited by user
2013-11-29T12:14:08Z
|
Reason: Not specified