[flexcoders] Data Grid Probles

2006-05-11 Thread jymy788
Hi, only a question that it's very important to me: How can i refresh data in DataGrid? I have an xml data file in a xmModel. When i assign it to my datagrid there is no problem but when i modify this xml file or when i rebuilt it i can't refresh datagrid data that it's binding by

Re: [flexcoders] Data Grid Probles

2006-05-11 Thread jeremy lu
try re-assigning the xml data source to Datagrid.dataProvideror call DataGrid.modelChangedHandler().On 5/11/06, jymy788 [EMAIL PROTECTED] wrote:Hi, only a question that it's very important to me: How can i refresh data in DataGrid?I have an xml data file in a xmModel. When i assign it to my