Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
After looking at your sample a little closer, there is a workaround which will save us both some time. If you take the exact same test and have it bound to data, it works. Also, if you set the RawText property through code, it works. The only time there is an issue is when the Text property is set within the designer. So, to work around the problem, just set the RawText property in code or bind the control to a business object field and this will resolve the behavior you're encountering.
|