Sorry for not being clear earlier. Once the data is populated in the DataGrid, whenever I try to scroll (using the scroll bar as well as the mouse wheel) this runtime error comes up and the whole display goes bad.
--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > What is the line of code that is producing the error? > > Tracy > > > > ________________________________ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of jmorpher03 > Sent: Tuesday, December 05, 2006 7:34 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Error #1010: A term is undefined and has no > properties -- RTE with Datagrid > > > > Hi, > > I have a DataGrid with a custom item renderer (containing a Checkbox > and Label). As soon as the data is populated via an XML returned by > the server, the following error comes up: > > TypeError: Error #1010: A term is undefined and has no properties. > at > mx.controls.listClasses::ListBase/mx.controls.listClasses:ListBase::sc > rollVertically() > at > mx.controls::DataGrid/mx.controls:DataGrid::scrollVertically() > at mx.controls.listClasses::ListBase/set > verticalScrollPosition() > at > mx.controls.listClasses::ListBase/mx.controls.listClasses:ListBase::mo > useWheelHandler() > at > mx.controls::DataGrid/mx.controls:DataGrid::mouseWheelHandler() > > I saw in a couple posts that this is a bug, if yes, is this fixed ? > > Regards, > Asgar. >