Hello,

I think I've come across a bug in the datagrid datatip function.  When
using an array as the dataprovider for a datagrid, the tooltip works
fine and it displays a tooltip with the specified column of the data
provider.

However when I use an XML dataprovider and specify the following

dp1.dataField = row.name();
dp1.dataTipField = row.name();

the column of the datagrid displays the correct data whereas the
dataTip displays the entire row, XML tag included.

TIA.

GP

Reply via email to