Hello! The first column in my grid should be header too.

Hello! The first column in my grid should be header too. How can I do this? The grid has already a header.
TIA

You can’t have a vertical header in grid, but you can mark visually data in first column so it will look as header


    .myHeader{
       background-color: #D4D0C8 !important;
    }


in XML

    header
    data
    data
    data


Also you can use splitAt functionality ( pro version only ) to make first column independet from horizontal scroll.
    dhtmlx.com/docs/products/dhtmlxG … 5441501000