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

Coded UI is considering name or Id property of Notfication control

1 Answer 25 Views
Notification
This is a migrated thread and some comments may be shown as answers.
Rajendar
Top achievements
Rank 1
Rajendar asked on 13 Nov 2014, 09:36 AM
Hi Everyone,

I am checking test-ability of Kendo UI application with CUIT (Coded UI of Microsoft). Even we provided Id and Name properties to Notification Kendo UI control but in CUIT name and Id properties are empty. Please see attached image  

====== Source code ====================
<%= Html.Kendo().Notification()
.HtmlAttributes(new { @id = "staticNotification" })
    .Name("staticNotification")
    .AppendTo("#appendto")       

%>
========================

Regards,
Rajendar.

1 Answer, 1 is accepted

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