Don't use binding. Process the result data in your result handler, reformatting as needed. Then assign the dataProvider.
Tracy -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of bhaq1972 Sent: Friday, May 20, 2005 11:13 AM To: [email protected] Subject: [flexcoders] Re: how can i stop my date-time timezone data from b eing adjusted Thanks Manish. I tried out your suggestion but i would still prefer to change the dataProvider value to be the same as the value in the database, rather than just effect the rendering. thanks bod --- In [email protected], Manish Jethani <[EMAIL PROTECTED]> wrote: > On 5/20/05, bhaq1972 <[EMAIL PROTECTED]> wrote: > > >Do you have any recommendation how i would > > apply this code before binding to a datagrid. My result handlers > > after an async call usually look like this > > > > function resultHandler(result){ > > datagrid1.dataProvider = result; > > } > > Use a DataGridColumn, set a labelFunction on it, and format the data > in the labelFunction. Yahoo! Groups Links Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

