You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/12/17 10:13:42 UTC

[GitHub] [royale-asjs] pashminakazi removed a comment on issue #624: ADG rows color should be bold on those rows which shouldn't be selected

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:
users@infra.apache.org


With regards,
Apache Git Services