You could force the ending of the session, but I would just use a change event handler to update the .data property
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of reflexactions Sent: Tuesday, April 29, 2008 12:24 PM To: [email protected] Subject: [flexcoders] Cell Editor updating dataProvider A standard cell editor in the grid updates the dataProvider when the control loses focus but I am using a custom checkbox control and I want to force it do so when it is clicked. Is there some way I can trigger the grid to read the data from the control and update the row in the dataProvider? tks

