Hey Scott, You're going to have to use a lableFunction to display the child node.
-TH --- In [email protected], "sleblang" <[EMAIL PROTECTED]> wrote: > > I am using a datagrid with the dataprovider being an xmlListCollection. > One of the dataGridColumns dataField is using a node text value rather > than an attribute value from the XML. When getting the attribute value I > simply use dataField="@description". However, if 'description' was a > node value rather than an attribute, how would should it be written, as > dataField="description" does not pull the value. > > Thanks in advance. >

