\Kendo\UI\DropDownListMessages

A PHP class representing the messages setting of DropDownList.

Methods

noData

The text message shown in the noDataTemplate when no data is available in the widget drop-down.

Returns

\Kendo\UI\DropDownListMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\DropDownListMessages();
$messages->noData('value');
?>
In this article
Not finding the help you need?