Then if you preview the example and click one of the cells in the true/false column, you will see the dropdown arrow next to it allowing you to select one of the cell items in the range as demonstrated in the example.
I was expecting ShowButton method, however it is not available
.Validation(validation => validation
.DataType("list")
.From("ListValues!A1:B1")
.AllowNulls(true)
.Type("reject")
.TitleTemplate("Invalid value")
.MessageTemplate("Valid values are 'true' and 'false'."));.Validation(validation => validation
.DataType("list")
.From("ListValues!A1:B1")
.AllowNulls(true)
.Type("reject")
.TitleTemplate("Invalid value")
.MessageTemplate("Valid values are 'true' and 'false'."));
0
T. Tsonev
Telerik team
answered on 11 Oct 2016, 02:47 PM
Hello,
The issue should be fixed in the latest internal builds (see #2230). The fix will be included in the upcoming service pack in the end of October as well.
Apologies for the caused inconvenience.
Regards,
T. Tsonev
Telerik by Progress
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.