You could take a snapshot of the cell's listData on the 
itemEditBeginning event.  Then, on the itemEditEnd event, compare the 
cell's listData to the snapshot; to determine if you really need to 
send the data.

-TH

--- In [email protected], "rmarples" 
<[EMAIL PROTECTED]> wrote:
>
> I'm also looking for this. Does anybody have any thoughts? I'm 
using the AdvancedDataGrid.
> 
> --- In [email protected], "Deniz Davutoglu" 
<deniz.davutoglu@> wrote:
> >
> > Hello guys,
> > I need to write excell like aplication. which will send data to 
server
> > after every cell edited. 
> > I wrote some code and send data in event editing ended but by 
doing
> > this it send data to server every time I change focus of cell. I 
need
> > some code to determinate sell content is changed or not. 
> > Does it any way to find content of editing cell?
> > 
> > Thanks
> > Deniz Davutoglu
> >
>


Reply via email to