Hi! I searched the documentation but I found only "endEdit" method which is used for the whole row. What I want is to end the editing of a cell on clicking a custom cancel button and setting a value to it on clicking a custom confirmation button, how can I achieve this?
hi Georgi,
Customizing the updating feature will be a hard job. Updating feature might include different editors/validators + commit modes - auto=true|false for the different type of cells data. That combined with your request will create a hard to support scenario.
I'm not sure what kind of editMode are you using - cell, row or rowedittemplate.
There is a method for ending the cell editing. It's the same as for a row - endEdit
Since you want to customize the updating as much as it's possible, my advise is to you for a totally custom editing solution.
Take a look at this post. IMHO you might find it useful.
http://es.infragistics.com/community/forums/p/76453/386972.aspx
Hope that helps.
Regards
Lyubo
Can you please explain or give an example how to use that method "endEdit", is there a parameter for cell, because in the documentation it is just .igGridUpdating("endEdit"); and thus I can not specify which cell exactly to be ended??