Hello everybody,
First of all thank you for this amazing library. Now let's look into the problem.
I am using a listgrid where i have increased its font size by overriding the getCellCSSText method. I also make the listgrid autosize each columns width to fit the header and values as well.
Even though that autofitting works great for the default font size if you increase the font size (which i have done as mentioned above), the bigger font is not taken into account and the autofitting is performed as if the normal font is actually displayed.
I have googled it and searched in this forum but havent found any way to make the autofitting take into account the larger font. Please any help would be welcome.
Thanks in advance and have a nice day !
First of all thank you for this amazing library. Now let's look into the problem.
I am using a listgrid where i have increased its font size by overriding the getCellCSSText method. I also make the listgrid autosize each columns width to fit the header and values as well.
Even though that autofitting works great for the default font size if you increase the font size (which i have done as mentioned above), the bigger font is not taken into account and the autofitting is performed as if the normal font is actually displayed.
I have googled it and searched in this forum but havent found any way to make the autofitting take into account the larger font. Please any help would be welcome.
Thanks in advance and have a nice day !
Comment