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

Coded UI is not considering Id property in Slider controls

1 Answer 14 Views
Slider
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:54 AM
Hi Everyone,

I am checking test-ability of Kendo UI application with CUIT (Coded UI of Microsoft). Whenever I added Id property, CUIT is considering Id property

Source code for sample application:
**********************************
  <%= Html.Kendo().Slider()
                .Name("eqSlider1")
                .HtmlAttributes(new {id = "files" })
                .Orientation(SliderOrientation.Vertical)
                .Min(-20)
                .Max(20)
                .SmallStep(1)
                .LargeStep(20)
                .ShowButtons(false)
                .Value(10)
                .HtmlAttributes(new { @class = "eqSlider" })
        %>
**********************************
Regards,
Rajendar.

1 Answer, 1 is accepted

Sort by
0
Atanas Georgiev
Telerik team
answered on 13 Nov 2014, 02:06 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
Slider
Asked by
Rajendar
Top achievements
Rank 1
Answers by
Atanas Georgiev
Telerik team
Share this question
or