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
2515
Cannot modify header when also setting height of igGrid
posted

In the rendered event for an igGrid I need to set several css properties for the Header columns. As long as I don't also set the height property when instantiating the igGrid, they css styles are honored. If I set the height at instantiation the css styling for the headers appears to be ignored. I can set the height after instantiating the igGrid, but then I can't use virtualization, which I need. I have also tried using the headerRendered event with the same outcome. Sample code is attached.

igGridHeaderTest.zip