or
<label>IP Setting <input id="ip1" type="number" value="192" min="1" max="999"/> <input id="ip2" type="number" value="168" min="1" max="999"/> <input id="ip3" type="number" value="0" min="1" max="999"/> <input id="ip4" type="number" value="0" min="1" max="999"/></label><script type= "text/x-kendo-template" id="favoritesTemplate"> # for (var i = 0; i < data.length; i++) { # <li> <a onClick=showSwimmer('${data[i].SwimmerID}')>${data[i].Firstname + ' ' + data[i].Lastname}</a> <a data-role="detailbutton" data-icon="refresh"></a> </li> # } # </script>
Unhandled exception at line 1234, column 5 in /Scripts/jquery.validate.js0x800a138f Microsoft JScript runtime error: Unable to get value of the property 'call': object is null or undefinedfunction dataHide(e) { var div = $('#' + e.view.content.context.id); if (div) div.remove(); e.view.destroy();}$("#grid").kendoGrid({ columns: [ { field: "name" }, { command: [{ className: "btn-destroy", name: "destroy", text: "Remove" }] } ], editable: true, dataSource: [ { name: "Jane Doe" } ]});