Hi all,

In the Contact Management Example 16.1

If you delete the rows of the Calls grid, after deleting the last row you can see that the DDO have the record.
The record is deleted from the database, but the DDO is not cleared .

Is this behavior correct? Or is it a bug?

Click image for larger version. 

Name:	Ejemplo1.jpg 
Views:	208 
Size:	52.1 KB 
ID:	5006Click image for larger version. 

Name:	Ejemplo2.jpg 
Views:	214 
Size:	89.9 KB 
ID:	5007

In my program, I have a view with a cDbCjGrid with pop up editing.
I get the CurrentRowId of the grid's DDO and if is not null RowId I send it to a ModalPanel.
But...
After deleting this last row if you get the CurrentRowId of de DDO you got a not null RowId.
And then you get an error when calling the FindByRowId, because the record don't exist.

Thx.