override public setter data in your itemRenderer, each time ur data changes the itemRenderers will be forced to redraw, if you dont, they wont redraw!

you need to do something like this:

override public set data(value:Object):void
{
}

Thanks
Harish

On 10/5/06, rmlsystem <[EMAIL PROTECTED]> wrote:

I have a datagrid with a checkBox cellrenderer in a column, i can
select some checkboxes if i change the dataprovider, but if i manually
check one or more checkboxes they still checked.

Is there a way to select the checkboxes from outside de datagrid, or
refresh all cellrenderers?


__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to