Re: [flexcoders] Change all other DataGrid rows from target row

2007-10-25 Thread Scott - FastLane
I would try dispatching an event and letting it bubble out to the parent of the grid control... then update all rows in the grid's dataProvider and then invalidate. This should cause the custom renderer to re-display the altered data. hth Scott Scott Melby Founder, Fast Lane Software LLC htt

RE: [flexcoders] Change all other DataGrid rows from target row

2007-10-25 Thread Alex Harui
: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Change all other DataGrid rows from target row I would try dispatching an event and letting it bubble out to the parent of the grid control... then update all rows in the grid's dataProvider and then invalidate. This should cause the c