This is a migrated thread and some comments may be shown as answers.

Small error in OpenAccessLinqDataSource property naming

1 Answer 26 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jacek
Top achievements
Rank 1
Jacek asked on 08 Sep 2012, 12:34 PM

Hi,

Not a big deal but at least the latest version of OA ORM (2012.2.816.1) has this feature:

In Open Access LINQ DataSource Configuration Wizard, properties available to Select are not properly displayed. When property contains underscore (_), then underscore is omitted on display (see attachment) or rather the next letter becomes underscored - even when Preview shows proper property name (meaning: with underscore between parts of property name).
This has no impact whatsoever on proper working of the ORM itself, but sometimes confuses the developer.

Jacek

1 Answer, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 12 Sep 2012, 11:58 AM
Hi Jacek,

This turned out to be the expected behavior of the WPF CheckBox control. It treats each first underscore character as a mnemonic symbol and displays it below the following letter only if the Alt key is pressed (or the system is configured to always show them).
I managed to avoid this behavior by wrapping the text in a textblock, which is set as content of the checkbox. This fix will be part of the upcoming internal build, expected most likely next week.
Thank you very much for bringing this issue to our attention.

Greetings,
Alexander
the Telerik team
Follow @OpenAccessORM Twitter channel to be the first one to get the latest updates on new releases, tips and tricks and sneak peeks at our product labs!
Tags
General Discussions
Asked by
Jacek
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Share this question
or