my gridcontrol's fontsize is big(not normal size 9), and when i use exportToHtml of gridcontrol, the words in hyperlink repositoryitem perform not nice, how to make right?
HyperLinkEdit – Text is cropped after being exported to HTML when its font size is set to a value greater than the default value
Answers approved by DevExpress Support
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
- v15.1.8Download Official Update
Hello,
I have successfully reproduced the described issue and will forward this ticket to our developers team for further research. We will update this ticket when we obtain any results. As a workaround, you can create a HyperLinkEdit descendant and override the GetBrick method. I have attached a simple project illustrating this approach.
ok,this worked.
You’re welcome.