[flexcoders] Re: using editor in datagrid causing refresh of dataGrid

2007-09-20 Thread hadas.shani
Alex,

The DG has few custom renderers, so the refresh is quite slow.
Can you elaborate about how the checkbok handel the updates. if I add 
addListner CHANGE on the CB and then manipulate the data the change 
is called again.  Also, if I want to cach this change event in the 
dataGrid, what should be the syntax, I need the full data Object.

Thanks a lot



--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

 When the dataprovider changes, the DG is notified and refreshes.
 Refresh should be fast.  Is the DG large or have custom renderers?
 
  
 
 When using checkbox renderers, you may not want to set 
editable=true and
 have the checkbox handle updates on change event.
 
  
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of hadas.shani
 Sent: Wednesday, September 19, 2007 4:24 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] using editor in datagrid causing refresh of
 dataGrid
 
  
 
 I'm using CheckBox in DataGrid. Editing this component, cause the 
 datagird to refresh, ITEM__EDIT_BEGINNING event is thrown and this 
 cause updateDisplayList of all the datagrid. The all action and 
 indication of the click is very slow, since the DataGrid fully 
 refreshed. 
 Is there a way to prevent/by-passing this refresh??? 
 
 
 Thanks,
 Hadi





[flexcoders] using editor in datagrid causing refresh of dataGrid

2007-09-19 Thread hadas.shani
I'm using CheckBox in DataGrid. Editing this component, cause the 
datagird to refresh, ITEM__EDIT_BEGINNING event is thrown and this 
cause updateDisplayList of all the datagrid. The all action and 
indication of the click is very slow, since the DataGrid fully 
refreshed. 
Is there a way to prevent/by-passing this refresh??? 
 

Thanks,
Hadi