Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
Multicolumn Header for igGrid in jQuery
posted

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?

Parents
  • 23953
    Offline posted

    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.

Reply Children