|
As in you want to capture when the dataProvider has been set so you can adjust the size?
What are you binding the dataProvider to? If it's a service result you could just use the result event handler to set the size. The binding will fire before the result handler is called. Otherwise you could extend the DataGrid and override the setDataProvider method:
function setDataProvider(dP : Object) : Void { super.setDataProvider(dP); //do width stuff }
Matt
-----Original Message-----
Hey guys/ladies, |
- Re: Quick question I can't find the answer too. Matt Chotin
- Re: Quick question I can't find the answer too. soulpositions

