Search found 1 match

Go to advanced search

by Carlos Salim
Sun Jun 08, 2014 11:38 pm
Forum: Issues
Topic: Dynamically change ListItem background color based on Label.text
Replies: 27
Views: 5282
 
Jump to post

Dynamically change ListItem background color based on Label.text

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?

Go to advanced search