Hi,
We are using UltaWinGrid and Bind it with Business Object. Undo Operation is working when we are Editing Cell
Data. but if new Rows are added or edited to DataSource and then try to do undo, its not working. it is only working when we do some
modification in Grid cells. Can you please guide me how i can implement undo operation so it will work for
all condition. currently i am directly call perform action.
Thanks.
In order to cancel an AddNewRow, the grid's DataSource needs to support IEditableObject or ICancelAddNew.
Can you Give me some Detail how i can Implement the IEditableObject Interface in my Business object. is there any modification is required in Grid events for the same ?