\Kendo\UI\MultiColumnComboBoxMessages

A PHP class representing the messages setting of MultiColumnComboBox.

Methods

clear

The text message when hovering the input clear button.

Returns

\Kendo\UI\MultiColumnComboBoxMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\MultiColumnComboBoxMessages();
$messages->clear('value');
?>

noData

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

Returns

\Kendo\UI\MultiColumnComboBoxMessages

Parameters

$value string

Example

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