PDA

View Full Version : [AS2] Datagrid Row Selection


veo
10-21-2009, 07:36 PM
I'm supplying a datagrid an array of objects.


my_dg.dataProvider = myArrayOfObjects;


I know it's loading it in fine because it shows all of the data. My problem is that it doesn't allow me to select a row, or if it is letting me select a row, it's not hilighting the row.

Has anyone encountered this before?