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
40
How to disable dialogue confirmation after editting child row in Hierarchical Grid?
posted

Please I would need an answer that solves it from js, because the C# code comes from framework.

Thanks

Parents
No Data
Reply
  • 1320
    Verified Answer
    Offline posted

    Hello Marcos,

    After investigating this further, I determined that if your requirement is to hide the “Done” and “Cancel” buttons while editing a row, this could be achieved by setting the showDoneCancelButtons option to false. This could be done as follows:

    features: [

            {

                    name: "Updating",

                    showDoneCancelButtons: false

             },

        ]

    Please let me know if you need any further information regarding this matter.

    Regards,
    Monika Kirkova,
    Infragistics

Children