Hi Team ,
The headers for columns in flat view are in capital letters despite giving values in small case, I would like to check whether it is possible to display the headers in came casing or lower casing as well ?
Hello, Pranay!
Thank you for your question.
Flexmonster changes headers to uppercase via CSS, and you can override it with the following rule:
.fm-cell {
text-transform: none !important;
}
This way, all grid cells, including headers, will preserve the same letter capitalization as in the data source, as shown in this example: https://jsfiddle.net/flexmonster/xk6vyzqw/
Please let us know if this solution works for you.
Best Regards,
Maksym