kendo ui - why do button click refresh the page?
问题 Please find below my code: Template of customer search form <script type="text/x-kendoui-template" id="customer-search-view-template"> <div class="searchform" id="searchCustomer"> <form class="frmSearch"> <input name="searchTxt" data-bind="value: customerName" class="k-textbox" /> <button class="k-button" data-bind="click: searchClicked">Search</button> <button class="k-button" data-bind="click: newClicked">New</button> </form> </div> </script> customer-search.js where loading above template