I was looking into the commit properties to see if this would help but
it seems that the datagrid has its own timer to update the commit?
anyway to force this


--- In flexcoders@yahoogroups.com, "Jason B" <nos...@...> wrote:
>
> I'm using a datagrid with httpservice then allowing the user to click
> on an item in the datagrid.
> 
> once they select the datagrid item they then hit a button which
> updates the value in the grid like this, 
> mccert_refund_grid.selectedItem.CERTPRESENT = "NOT PRESENT";
> 
> trouble is the datagrid takes almost 20-30 seconds to update it i
> kinda need this to happen instantly since its all locally cached it
> should be fast.
> 
> i looked into datagrid refresh but my understanding is that is for the
> dataprovider, and im not trying to refresh the data that would over
> right their changes they made. when all is said and done they will be
> able to hit another button to save results back to the database.
> 
> so how come this is taking so long to change values?
>


Reply via email to