5/10/2010 2:57:29 AM
Title:
Linkbar
Hi,
I have a linkbar(home,admin,help), By default home is selected, and i have a datagrid, whenever i double click the datagrid the link bar will be(Home, myprojectname,admin, help), so my problem is after the double event the link bar selected item is myprojectname, how it is? please help me
Thanks & Regards,
K.V.Ramakrishna
5/10/2010 4:22:59 AM
do you want to select the item myprojectname in linkbar when you double click the datagrid in home ?
5/10/2010 1:05:08 PM
you can simply set the selectedIndex property of LinkBar component in flex to set a particular link as selected
selectedIndex=1;