I can see how to set up a multi-column title here: http://demos.telerik.com/kendo-ui/grid/multicolumnheaders
But, how can I make it dynamically? I'm loading different data sets, in which actual versus budget columns differ among data sets.
Thank you.
Edo.
2 Answers, 1 is accepted
0
Stefan
Telerik team
answered on 07 Jun 2017, 08:00 AM
Hello Eduardo,
If the multi-column headers have to be changed dynamically this can be achieved using the setOptions method of the Grid to programmatically change the column configuration when needed:
Please have in mind that this will require passing the whole column configuration, as passing only the new column will just add it to the current once.