Loop over the dataProvider items until you find a match for the id. Then use the loop index to set the dataGrid.selectedIndex.
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of markflex2007 Sent: Thursday, January 17, 2008 2:41 PM To: [email protected] Subject: [flexcoders] Highlight item in Datagrid Hi I have a user list with Datagrid in current page,I pass a user id from other page to current page.I want to lighlight the user in the Datagrid with the special user ID I get from other page. Please let me know how to do this with datagrid. Mark Thanks Mark

