Completed
Last Updated: 30 Aug 2013 20:31 by ADMIN
ADMIN
Boyan Boev
Created on: 30 May 2013 08:23
Type: Bug Report
0
Failing to detect/handle the RadControls for WPF trial warning
The workaround is to add manually the content presenter and perform a click against it, this will set the focus to the dialog.

To press Enter button use this coded step:

Manager.Desktop.KeyBoard.KeyPress(Keys.Enter, 200, 1);

To press Cancel button:

Manager.Desktop.KeyBoard.KeyPress(Keys.Tab, 200, 1);
Manager.Desktop.KeyBoard.KeyPress(Keys.Enter, 200, 1);

Ensure you Add an Assembly Reference to System.Windows.Forms.
1 comment
ADMIN
Konstantin Petkov
Posted on: 30 Aug 2013 20:31
Hello,

The problem has been addressed with the latest internal build we published earlier this week:
http://www.telerik.com/account/your-products/internal-builds.aspx

Release notes:
http://www.telerik.com/versionnotes.aspx?nb=1&id=3301

Thanks for the feedback!