sarcus25
Programmer
- Apr 14, 2005
- 27
Hi just trying to select a row in a datagrid so that it's highlighted. I need it to select the row that contains the song being played. I can find out what song is being played just need to know how to select the row. Thanks in advance.
Code:
songList.onLoad = function(bSuccess):Void{
if (bSuccess){
//Select the song in the datagrid
//being played and highlight in green
}
}