I can add a background color using this...
$("[name=mobilegridcell_ItemPicture1]").css("background ", "#f2f2f2");
but I cannot remove or make the background transparent. The below does not work.
$("[name=mobilegridcell_ItemPicture1]").css("background ", "transparent");
Please help.
Thanks