views:

298

answers:

1

Hi,

I have a flex datagrid in my application. In that I have a itemrenderer as textflow on canvas. Now I would like to implement Find/Replace functionality on the itemrenderers of the datagrid.

Thanks in advance.

A: 

I think the easiest solution is to extend the itemRenderer you are using to have some way to identifying the data associated with each of them.

itemRenderer's are reused in the display, so there's not one unique renderer for each of your items.

I don't know if I'm being clear.

CookieOfFortune