実行時に次の html 構文を作成する kendo ui コントロールがあります。
<input id="ItemSearch" name="ItemSearch" style="width:115px;" type="text">
javascriptを使用してmaxlength HTML5プロパティを適用するにはどうすればよいですか
私が以下を使用すると、私は得ていますCannot call method 'prop' of undefined
$('#ItemSearch').input.prop("maxlength", 2);