Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
380
Is there a method for ending the cell editing in igGrid?
posted

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?

Parents
  • 845
    posted

    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://ko.infragistics.com/community/forums/p/76453/386972.aspx

    Hope that helps.


    Regards

    Lyubo

Reply Children