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
830
Hide Defer Update checkbox in igPivotGrid
posted

Hi,

I want to hide the Hide Defer Update checkbox in igPivotGrid

Is there any direct method to this?

Parents
  • 7535
    Verified Answer
    Offline posted

    Hello,

    You can hide the ‘Defer Update’ checkbox in igPivotGrid by modifying the style of the grid like this:

    .ui-igpivotdataselector-deferupdate

    {              visibility: hidden;

    }

    I have also created a sample application for your reference.

    Please find the sample application and let me know if you need further assistance.

    Sincerely,
    Divya Jain
    Associate Software Developer

    igPivotGrid.zip
Reply Children
No Data