That is exactly the solution I hit upon this morning.

Now I am trying to work through how to have a different selectedIndex in the
ItemRenderer for each row in the datagrid.

Any thoughts?

Thanks,
Steve

On 3/2/07, jwopitz <[EMAIL PROTECTED]> wrote:

  I would try this.

var cf:ClassFactory = new ClassFactory(yourItemRenderer);
cf.properties = {dataProvider:myCBData};

col3.itemRenderer = cf.





Reply via email to