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
Hello, Pranay!
Hope you are doing well.
Our team is wondering if you tested the provided solution for showing grid headers preserving original letter capitalization.
We are looking forward to hearing from you.
Best Regards,
Maksym
Hello, Pranay!
Just checking in to ask if you had time to try the suggested solution for changing header letter capitalization.
Please let us know if it works for you.
Best Regards,
Maksym