Hello!
I’m using the jqxGrid, v15 in Angular in a very dynamic way.
I find there are times when the header checkbox isn’t enabled when it should be and I don’t know why.
I decided to try and work around the issue. Technically, it appears that this isn’t a checkbox but a graphic with CSS styling applied. I see a different set of classes applied when the checkbox is or isn’t enabled:
Enabled:
jqx-checkbox-default jqx-fill-state-normal jqx-rc-all
Disabled:
jqx-checkbox-default jqx-fill-state-normal jqx-rc-all jqx-checkbox-disabled-box jqx-checkbox-disabled
Even if I remove the “disabled” classes, the checkbox doesn’t function properly (the click event isn’t firing).
So, I’m trying to determine why the checkbox isn’t enabling, and also if there is a way to force it to enable when needed (technically, it should be enabled when the grid is enabled, this doesn’t always happen).
Any help is appreciated.
Thanks,
Chuck