To re-create the issue, start with any Grid component, I chose the
example index.html from the zip file, under:
samples-client-grid-html-basic.
After the Grid, i added the following button:
<button onClick="sendGridData('SimpleGrid')">sendGridData</button>
which calls the following javascript to view the change log
function sendGridData(myGridID)
{
alert( nitobi.getComponent(myGridID).getDataSource().getChangeLogXmlDoc
().xml );
}
I noticed some of the changes were there, but not all of the changes.
I was modifying the first 4 rows, changing the Name values to A, B, C,
D respectively.
If anyone can comment on this, that would be great.
Thanks.