Completed
Last Updated: 04 Mar 2014 06:17 by ADMIN
ADMIN
Boyan Boev
Created on: 20 Dec 2013 11:08
Type: Bug Report
0
Logon dialog ignores data binding
If you data bind the username and password of a logon dialog it ignores it during the playback and inserts the initial recorded values.

The workaround is to handle the dialog in a coded step and data bind it in it. Here is a sample code:

Manager.DialogMonitor.AddDialog(LogonDialog.CreateLogonDialog(Manager.ActiveBrowser, Data["nameOfTheColumd"].ToString(), Data["nameOfTheColumd"].ToString(), DialogButton.OK));
 
Manager.DialogMonitor.Start();
1 comment
ADMIN
Daniel Djambov
Posted on: 04 Mar 2014 06:17
Telerik: the issue is fixed and solution will be available in our next internal product release planned in beginning of March 2014.