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
210
Hiding row in client side Header style lost
posted

In webdatagrid 12.1, When hiding a row in client side,  gird header and footer have lost style and header text in chrome. can any one assist on the problem.

this is the code I have used to hide row in client side

activeRow._element.cells[1].style.display ="none";

activeRow._element.cells[1].style.visibility ="hidden";

Parents Reply Children