Hi,
I want to hide the Hide Defer Update checkbox in igPivotGrid
Is there any direct method to this?
Thanks this works.
I wanted to hide the entire Defer Update checkbox label and update button.
added the following css
.ui-igpivotdataselector-deferupdate, .ui-igpivotdataselector-updatelayout { visibility: hidden; } .ui-igpivotdataselector-root label { visibility: hidden; }
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