Browse Page Not Displaying Value

How Can We Help?

Browse Page Not Displaying Value

< Back

Issue

In XMWorkspace, Browse Page controls may not display their values. The underlying control contains the value but it is not displayed.

This is caused by a styling issue on the underlying Dev Express control due to enforcing a “strict” DOCTYPE on all controls. The styling issue causes the font-size attribute to be set to 0 (zero) on all td elements:

td.dxic
{
font-size: 0;
}

Resolution

To resolve this, override the style in the style.css file in your skin directory by adding the following CSS rule:

td.dxic
{
font-size: inherit !important;
}

This issue has been encountered in v6.5 of XMWorkspace.

For further information see the following ticket in Dev Express Knowledge Base:

https://www.devexpress.com/Support/Center/Question/Details/B201708/aspxtextbox-font-size-with-em-stopped-working

 

Comments are closed.

This is the legacy version of the XMPro Documentation site. For the latest XMPro documentation, please visit documentation.xmpro.com

X