We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Groupped Header Column Title

Answered
James asked on May 5, 2020

Hi,
I want to know if it' possible to union the selected cell (prova) in the image and center the text.
Thanks

1 answer

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster May 7, 2020

Hello, James,
 
Thank you for contacting us.
 
Our team would like to kindly explain that the cells of the grid can not be united.
 
In case the desired functionality is to add a title to the grid, we recommend using the built-in title property of the grid and chart objects. In their turn, such objects are properties of the options object.
 
Here is an example of how the title can be specified:

options: {
grid: {
title: "Title for grid"
},
chart: {
title: "Title for chart"
}
...
}

 
You are welcome to check out an example demonstrating the described approach.
 
More information about the options object and its properties can be found in our documentation.
 
Please let us know if this works fine for you.
Do not hesitate to contact us in case additional questions on this point occur.
 
Best regards,
Illia

Please login or Register to Submit Answer