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";
Hello,
I'm glad that I've managed to help you!
Hai,
Thank you very much for your solution, my issue is solved.
I'm just checking if you have resolved your issue.
Yes, I have managed to reproduce this issue, my suggestion is to use createSizingRow() function in order to fix this behavior. I'm sending you the definition of the click button function after the changes I have made:
If you have any further question regarding this, please do not hesitate to contact me.
Looking forward to hearing from you!
Sorry for the late reply, as per your suggestion everything works fine in IE .
But in Chrome when I hide the first row in webdatagrid, it removes the header and footer.