pashminakazi removed a comment on issue #624: ADG rows color should be bold on those rows which shouldn't be selected URL: https://github.com/apache/royale-asjs/issues/624#issuecomment-566469804 Please Implement function **setStyle** function in mx.controls.advancedDataGridClasses.**AdvancedDataGridItemRenderer** we are using setStyle('fontWeight', value.type == '1' ? 'bold' : 'normal'); setStyle('textSelectedColor', value.Active == '0' ? '#ACA899' : '#000000'); setStyle('textRollOverColor', value.Active == '0' ? '#ACA899' : '#000000'); in our library files **GridActiveItemRenderer** and **GridCustomItemRenderer**
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
