It's not usual to access data from the grid, you access data from it's dataprovider that is normally either a ArrayCollection or a XML object.
Imagine your grid has the following data provider: var xml:XML = <package> <employee id="0" name="Michael"/> <employee id="1" name="Roger"/> </package>; So you can access data this way: [EMAIL PROTECTED] will return Roger. [EMAIL PROTECTED] will return 0 On 2/26/07, helihobby <[EMAIL PROTECTED]> wrote:
Is it possible ? Sean. --- In [email protected] <flexcoders%40yahoogroups.com>, "helihobby" <[EMAIL PROTECTED]> wrote: > > > Hello, > > Can anyone help out ... > I know the Data Grid Cell's Row and Colum Index. > > How can I retrieve the data in that cell if I know these two values ? > > Thank you, > > Sean. >
-- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

