pashminakazi commented 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-566474490
 
 
   Please Check
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to GL from Select in Menu
   Go to Chart of Accounts-> Maintain from Setups in Menu
   File : com/dbz/modules/GL/dbzChartOfAccountsSetup.mxml
   
   we are using itemRenderer="com.dbz.controls.GridCustomItemRenderer" in 
AdvancedDataGrid
   GridCustomItemRenderer is our Library file in DbizLib
   
   if itemRenderer property of AdvancedDataGrid is not working then please 
implement itemRenderer and
   **setStyle** function in 
mx.controls.advancedDataGridClasses.**AdvancedDataGridItemRenderer**
   
   if itemRenderer property of AdvancedDataGrid is working then
   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**
   
   Thanks.
   Please help

----------------------------------------------------------------
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

Reply via email to