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
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.
I am following up to see if the information provided has resolved this matter.
Please let me know if I may be of further assistance with this matter.
Hello,
I also would like to be able to set a fixed row height but ideally without doing my own CSS. It should also be respected if the content is too large to display, so the content should then be cut off. I think this isn't really possible using CSS because the <td> element does not support overflow hidden so I would probably need to create a template for every column and create a <div> around the content setting the overflow and height on that <div>. I think this is a lot of workaround for something I would have expected to be possible just by setting one property of the iggrid. Is there any plan to provide such a property?
Thanks for any support regarding this topic.