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

Coded UI is not considering Id property in Upload control

1 Answer 32 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Rajendar
Top achievements
Rank 1
Rajendar asked on 13 Nov 2014, 11:28 AM
Hi Everyone,

I am checking test-ability of Kendo UI application with CUIT (Coded UI of Microsoft). Whenever I added Id property to upload control. It is reflecting in CUIT assertion form

Source code from sample application:
*************************************************************
 <%= Html.Kendo().Upload()
                .HtmlAttributes(new {id = "files" })
                .Name("files")

            %>
**************************************************************
Regards,
Rajendar

1 Answer, 1 is accepted

Sort by
0
Atanas Georgiev
Telerik team
answered on 13 Nov 2014, 02:10 PM

Hi Rajendar,

I have already answered similar question in the other forum thread: 

http://www.telerik.com/forums/how-to-provide-id-property-to-whole-control 

Regards,
Atanas Georgiev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Upload
Asked by
Rajendar
Top achievements
Rank 1
Answers by
Atanas Georgiev
Telerik team
Share this question
or