I have a vertical grid and I want to make the "headings" column narrower than the data column. Is there a way to do this?
Abbott
Hello AbbottF,
Can I help you with anything else?
Tsanna
Thanks
Apologies for the misunderstanding.
You're asking about Responsive Vertical Rendering mode of the grid I guess. Please correct me if I'm wrong again.
If this is the case, then in order to make the headings narrower than the data column, you may use the 'propertiesColumnWidth' option: http://help.infragistics.com/jQuery/2014.2/ui.iggridresponsive#options:propertiesColumnWidth and set the desired width in percent.
Please let me know if you have any further questions.
By default the grid header table and data table are aligned relative to one another and even if you decrease the header width or increase the data table width, the grid will resize so that the remaining space to be filled. If you want to manipulate on the header separately from the data table, then I would suggest you to set 'showHeader' property to false and apply your custom header.
If I can provide further assistance, please let me know.
Regards,