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.

Reply via email to