Manage attributes in the List Item component
Hello,
Please clarify, to you want to change a color of the gridcell_1, which is a child component of current element? If so, please use JS below: preelement.find('[name=gridcell_1]').css('background', 'Yellow');/pre
instead of:pre $('[name=gridcell_1]').css('background', 'Yellow');/pre