hi...i have tree in advanced datagrid like this

+NewAccount
+Account Updates
+IncomingAccountTransfer

If i click '+' symbol,it wil expand like 
-NewAccount
  opened
  Inprogress
  Completed
-Account Updates 
  Inprogress
  Rejected
-IncomingAccountTransfer
  Inprogress
  Rejected
this tre structure formed by grouping column..

I want to get this value without using selected item...




--- In [email protected], "Tracy Spratt" <tr...@...> wrote:
>
> There are very few use cases where it is appropriate to access dynamic data
> directly from a control.  You may have such a case, but remember that data
> is displayed by itemRenderers, which are recycled, so at best you could only
> access the visible rows data.
> 
>  
> 
> If I have understood you and that is what you do indeed want, then you
> probably can do it.  I think you need to use the DOM to get to the
> itemRenderer, and from there get to the data property.
> 
>  
> 
> Sounds like a lot of work, and you haven't said what is your issue with
> using the dataProvider.
> 
>  
> 
> Tracy Spratt,
> 
> Lariat Services, development services available
> 
>   _____  
> 
> From: [email protected] [mailto:[email protected]] On
> Behalf Of senthilkumarirtt
> Sent: Tuesday, April 28, 2009 12:47 AM
> To: [email protected]
> Subject: [flexcoders] Advanced Datagrid
> 
>  
> 
> 
> 
> 
> 
> 
> Hi all, I want to get the values from Advanced datagrid without using
> SelectedItem.....
> 
> NOTE:
> My application contains Tree structure(By grouping column) in Advanced
> datagrid...
> 
> Need some help regarding this...
>


Reply via email to