Hi:
I need the “master_check” shown in the grid header column to be hidden in some cases and I can’t get it, any ideas?
I don’t want “master_check” to not exist just that it can’t be seen.
Thank you!!
Hi:
I need the “master_check” shown in the grid header column to be hidden in some cases and I can’t get it, any ideas?
I don’t want “master_check” to not exist just that it can’t be seen.
Thank you!!
Unfortunaetly such feature is not supported.
I can only suggest you to hide it using css. Like:
.hdrcell input[type="checkbox"]{
display:none;
}