I'm a new to using telerik i want to associate my column to one header text
in the first pic i have 2 colomn ID STATION adn TIME TAG
i want have
STATION XXX
ID STATION TIME TAG
and in the seconde pic i have create 2 column programmatically
plz help me
Regards,
Essoufi
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 10 Apr 2015, 02:16 PM
Hello Essoufi,
For creating a multi column headers programmatically you need to add GridColumnGroups to the MasterTableView'sColumnGroups collection. Afterwords, you need to set the ColumnGroupName property of the columns to match the Name property of the created GridColumnGroups: