When user is editing a cell and press a button, to make some task in underlaying object then the objectdatasource don't have the changes.
In Q3 2007 i use :
when user click we need new value in object.
thanks
In Q3 2007 i use :
if (radGridView1.EditingElement != null)
radGridView1.EditingElement.SaveValue();
In Q1 2008 no exists and my objects don't implement iNotifyProperty ( like..this).when user click we need new value in object.
thanks