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://es.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,