Hi Sean, you can do it by calling a method on itemClick of a dataGrid.
in this method you'll get the selected row of your Grid. thereafter you can access any particular cell's value by specifying dataField name like: evt.target.selectedItem.DataFieldNAME; -- In [email protected], "helihobby" <[EMAIL PROTECTED]> wrote: > > Is it possible ? > > Sean. > > --- In [email protected], "helihobby" <helihobby@> 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. > > >

