[flexcoders] Re: ADG/DataGrid prevent render even from firing immediately on propertyChange

2009-06-02 Thread tntomek
--- In flexcoders@yahoogroups.com, tntomek tnto...@... wrote: --- In flexcoders@yahoogroups.com, foobone9 foobone9@ wrote: You might try enableAutoUpdate and disableAutoUpdate on ICollectionView, not sure if that has the desired affect or not. You could also put custom events in your

[flexcoders] Re: ADG/DataGrid prevent render even from firing immediately on propertyChange

2009-05-29 Thread tntomek
--- In flexcoders@yahoogroups.com, foobone9 foobo...@... wrote: You might try enableAutoUpdate and disableAutoUpdate on ICollectionView, not sure if that has the desired affect or not. You could also put custom events in your model objects and manually dispatch collection events or call

[flexcoders] Re: ADG/DataGrid prevent render even from firing immediately on propertyChange

2009-05-28 Thread foobone9
You might try enableAutoUpdate and disableAutoUpdate on ICollectionView, not sure if that has the desired affect or not. You could also put custom events in your model objects and manually dispatch collection events or call explicitly tell the grid when to update. --- In