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

References to get the Rad Controlls in WPF applications

0 Answers 69 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sandeep
Top achievements
Rank 1
Sandeep asked on 11 Mar 2013, 07:18 AM
Hi,

I have installed the Q1 2013 for WPF controlls pack but i cant see TelerikCommon.dll to add the reference. can any one please let me know how to add reference.

Environment - VSTS 2012 premium with Q1 2013 pack for WPF controlls.
 
I Tried recording the WPF applications with rad grid.  I added the references Telerik.Windows.Controls.dll and It is showing as WPFButton rather than RadButton as shown below.

void RecordedMethod1()

{

#region Variable Declarations

WpfButton uIBtnButton = this.UINAFTAWindow.UINAFTAExporterGroup.UITxtExporterCustom.UIBtnButton;

#endregion

 
// Click 'btn' button

Mouse.Click(uIBtnButton, new Point(15, 8));
}

Please let me know what and all references to be added to get RADControlls using coded ui tests

-Sandeep






  

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Sandeep
Top achievements
Rank 1
Share this question
or