I am having the same problem. I can change the color of an entire grid, but I can do it to a single cell.
NOT WORK: Appery('mobilegridcell_XX').css('background-color', '#00f0ff');
WORK: Appery('mobilegrid_XX').css('background', '#000000');
Any reason for that?