Re: [flexcoders] Advanced datagrid dataprovider changing error

2008-11-15 Thread shaun
Hi, Try calling validateNow on the DG after setting the DP source. Or you might have to actually change the DP to a new HierarchicalData. cheers, hworke wrote: > Hi I am trying to change the dataprovider of a > advanced datagrid where I am using HierarchicalData > as data provider. My ADG

[flexcoders] Advanced datagrid dataprovider changing error

2008-11-15 Thread hworke
Hi I am trying to change the dataprovider of a advanced datagrid where I am using HierarchicalData as data provider. My ADG code is this: I tried to switch the dataprovider as HD.source = anotherArray; But it did