Here is my context menu handler:
private function contextMenuHandler(e:ContextMenuEvent):void
{
DataGridItemRenderer(e.mouseTarget).setStyle("backgroundColor",
10000000);
}But I dont see any changes on the screen. What am I doing wrong? Thanks
Here is my context menu handler:
private function contextMenuHandler(e:ContextMenuEvent):void
{
DataGridItemRenderer(e.mouseTarget).setStyle("backgroundColor",
10000000);
}But I dont see any changes on the screen. What am I doing wrong? Thanks