Hello guys!
Does someone knows how to get rid of the hightlight green bar of the dataGrid component?? :crazy:
I tryed
myDataGrid.setStyle(“selectionColor”, “none”); // false, null, undefined
myDataGrid.setStyle(“selectable”, “none”); // false, null, undefined
myDataGrid.setStyle(“selectedIndex”, “none”); // false, null, undefined
you can see somes class at http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&file=00002232.html
Thanks