We are using WHDG for its ability to group columns, however our data is not hierarchical so we don't have any need to expand individual data rows. Is there a way to disable the expansion functionality? We're currently doing it by specifying a zero width for the expansion column through CSS, but it seems as though there ought to be a cleaner way to do it?
Hello Alistair,
Thank you for contacting Infragistics. You are correct in that to achieve this you will want to use CSS. Instead in the ig_hierarchicalDataGrid.css class you will find the CSS classes ighg_ExpansionColumn and ighg_ExpansionColumnHeader. In these CSS classes you will want to set Display to none. The Grid also has the property ExpansionColumnCss that can be set.
Please let me know if you have any questions concerning this matter.