[flexcoders] what is the best way to refresh datagrid ?

2008-02-22 Thread annouss79
i'm using Flex,hibernate and FDS. 1) i get an object 'user' from database: userHibernateService.fill(usersList, flex:hql, from Users u where u.userId = ?,paramMap); 2) then i'm filling datagrid by user's offers : usertest = usersList.getItemAt(0) as Users; offersList = usertest.offres;

Re: [flexcoders] what is the best way to refresh datagrid ?

2008-02-22 Thread Sherif Abdou
validateList(), call it from dataGrid or just try doing a refresh on the dataProvier - Original Message From: annouss79 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, February 22, 2008 5:53:42 PM Subject: [flexcoders] what is the best way to refresh datagrid ? i'm