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

event.click

1 Answer 118 Views
Notification
This is a migrated thread and some comments may be shown as answers.
Maurice
Top achievements
Rank 1
Veteran
Maurice asked on 23 Jan 2017, 12:56 PM

In the example on http://docs.telerik.com/aspnet-mvc/api/Kendo.Mvc.UI.Fluent/NotificationBuilder there is an event on Click but my MVC kendo doesn't recognise this event.

Is it a documentation error?

<%= Html.Kendo().Notification()
.Name("Notification")
.Events(events =>
    events.Click("onClick"))
%>

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 23 Jan 2017, 03:37 PM

Hello Maurice,

Thank you for reporting this incorrect information. I've updated your Telerik points for reporting it.

The notification widget and its server wrapper offer only show and hide events.

 

Best regards,

Rumen

Telerik by Progress

Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Notification
Asked by
Maurice
Top achievements
Rank 1
Veteran
Answers by
Rumen
Telerik team
Share this question
or