[flexcoders] Re: How to change the selected row color in a Datagrid?

2006-07-11 Thread newtoflexworld
Thanks a lot Doug!!! it worked for me :) --- In flexcoders@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote: That code snippet looks like Flex 1.5, so you could use: mx:Button label=Red! click=myDatagrid.setStyle ('selectionColor', 0xFF) / --- In flexcoders@yahoogroups.com,

[flexcoders] Re: How to change the selected row color in a Datagrid?

2006-07-10 Thread Doug Lowder
That code snippet looks like Flex 1.5, so you could use: mx:Button label=Red! click=myDatagrid.setStyle('selectionColor', 0xFF) / --- In flexcoders@yahoogroups.com, newtoflexworld [EMAIL PROTECTED] wrote: I need to change the color of the selected row in a datagrid on click of a button