Hi:
I implemented a column that only has itemtemplate defined, this column can chage it's values using a custom javascript. The problem is that I have a save button outside the grid that is in BATCH MODE, that when clicked it will call the function grid.get_batchEditingManager().saveChanges(grid.get_masterTableView());, But since that column never changes to edittemplate the saveChanges function is not detecting the data change. Is there a way to mark a row or a cell as edited at the client-side, so when I click the save button the BatchEditCommand event is called with the correct GridBatchEditingEventArgs containing the row(s) that were modified with my custom javascript.
Regards,
I implemented a column that only has itemtemplate defined, this column can chage it's values using a custom javascript. The problem is that I have a save button outside the grid that is in BATCH MODE, that when clicked it will call the function grid.get_batchEditingManager().saveChanges(grid.get_masterTableView());, But since that column never changes to edittemplate the saveChanges function is not detecting the data change. Is there a way to mark a row or a cell as edited at the client-side, so when I click the save button the BatchEditCommand event is called with the correct GridBatchEditingEventArgs containing the row(s) that were modified with my custom javascript.
Regards,