Re: [flexcoders] please help in refreshing datagrid

2008-01-29 Thread Sherif Abdou
)); } [Bindable(event=dataChange)] override public function get data(): Object { return _data; } - Original Message From: rahultnath [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, January 29, 2008 7:45:01 AM Subject: [flexcoders] please help in refreshing datagrid Hi i am trying

Re: [flexcoders] please help in refreshing datagrid

2008-01-29 Thread Ganesh Suyampirakasam
Sorry no Idea I am also trying that On 1/29/08, rahultnath [EMAIL PROTECTED] wrote: Hi i am trying to add delete some user details to database.And i did that also.But problem is even after data deleted or added to database,the datagrid does not show the updated data.Else it has to be

[flexcoders] please help in refreshing datagrid

2008-01-29 Thread rahultnath
Hi i am trying to add delete some user details to database.And i did that also.But problem is even after data deleted or added to database,the datagrid does not show the updated data.Else it has to be restarted.(ie the mxml need to be run again to get it refresh)Can u suggest How to refresh

RE: [flexcoders] please help in refreshing datagrid

2008-01-29 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] please help in refreshing datagrid Sorry no Idea I am also trying that On 1/29/08, rahultnath [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi i am trying to add delete some user details to database.And i did that also.But

RE: [flexcoders] please help in refreshing datagrid

2008-01-29 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rahultnath Sent: Tuesday, January 29, 2008 8:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] please help in refreshing datagrid Hi i am trying to add delete some user details to database.And i did

RE: [flexcoders] please help in refreshing datagrid

2008-01-29 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rahultnath Sent: Tuesday, January 29, 2008 8:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] please help in refreshing datagrid Hi i am trying to add delete some user details to database.And i did

Re: [flexcoders] please help in refreshing datagrid

2008-01-29 Thread Sherif Abdou
just wondering would the invalidateList(); work too? - Original Message From: Tracy Spratt [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, January 29, 2008 3:31:59 PM Subject: RE: [flexcoders] please help in refreshing datagrid Sorry, like Alex says call itemUpdated