Thank you for your method.
I have already removed the styling by removing the wj-state-invalid from the row header.
I have not been able to not display the tooltip from the row header.
In wijmo forum, there is a suggestion about removing the tooltip class from the row header after adding mouseover event listener. something like this.
document.querySelector('.wj-tooltip')?.remove();
I will try this.
Thanks.