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
310
How to change the grid row height and header height in Infragistics Grid
posted

I am using infragistics contols. I want to change the row height and header height of the Infragistics().Grid which is set by defult to some value.\

Thanks in advance,

Kishore

Parents
  • 25665
    Suggested Answer
    Offline posted

    Hello Kishore,

    Thank you for contacting Infragistics. I have done some looking into this matter and have the following information. There isn’t a default height set for the row or header. It is instead determined by the font-size set in the .ui-widget CSS class in the Infragistics.theme.css. If you want to can set a default height yourself through CSS. For the header you would set it in the ui-iggrid-header CSS class. For rows you would have to create your own CSS class and put in in the style CSS file or apply it using jQuery/CSS selectors.

    Please let me know if you have any further questions concerning this matter.

Reply Children