My code runs without errors, however when I run the Kendo Linter in Chrome (great tool btw), I get the message:
Unknown option: CountryName
which refers to the "optionLabel: { CountryName" in the following code:
Just curious. Is the code not correct?
Unknown option: CountryName
which refers to the "optionLabel: { CountryName" in the following code:
$("#recent-country-filter").kendoDropDownList({ dataTextField: "CountryName", dataValueField: "CountryId", dataSource: countryDs, value: "1", optionLabel: { CountryName: "Any country", CountryId: "0" },Just curious. Is the code not correct?