Any ideas how I can get hold of the index in order to set 
selectedIndex.

Sample code :-

createSort();
var cursor:IViewCursor = myXMLListCollection.getCursor();
var values:Object = {FreeText: nameInput.text};
cursor.findFirst(values);

Thanks for any help.

--- In [email protected], "Matt Chotin" <[EMAIL PROTECTED]> wrote:
>
> Setting the selectedIndex should work.  Then you can set the 
vPosition
> to scroll to it.
> 
> Matt
> 
> -----Original Message-----
> From: [email protected] 
[mailto:[EMAIL PROTECTED] On
> Behalf Of mepaninaresh
> Sent: Friday, March 31, 2006 5:55 AM
> To: [email protected]
> Subject: [flexcoders] DataGrid Find Function
> 
> I have implemented the find function, all works great. Is there 
any 
> way of setting the selectedIndex of the DataGrid.I want to 
highlight 
> and position?
> 
> Regards,
> Naresh.
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
>









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to