Hi, I'd like to find out if its possible to create multicolumn headers much like what is available in ASP.NET AJAX version .ie. http://ko.infragistics.com/community/blogs/damyan_petev/archive/2012/06/07/asp-net-ajax-hierarchical-data-grid-multi-column-headers.aspx. Otherwise, what workarounds are available?
Hi KianMing Lai,
igGrid MultiColumn headers is in development and will be released in 12.2 volume release (which will be available sometime this autumn).
If you can't wait until then you can try to alter the headers table by adding rows to it and using colspan, rowspan attributes. However this workaround depends on which features you use in your grid, because most of them already alter the headers and you may broke them while trying to create MultiColumn headers yourself.
Hope this helps,
Martin Pavlov
Infragistics, Inc.
Any update on this?
If I were to create the multi headers myself, how would I get started? The infragistics control doesn't really output HTML.
Thanks,
Hi Daniel,
NA for jQuery 12.2 will be available sometime in October and will include grid Multi-Column Headers feature. I suggest that you wait until then instead of implementing it yourself.
NA for jQuery controls do output standards compliant HTML. You can see it yourself by inspecting with browser developer tools the actual control. For example igGrid is rendering HTML table.
Best regards,Martin PavlovInfragistics, Inc.