Kendo Ui Grid not rebinding after search button click
问题 I having difficulty where the Kendo Ui grid would not rebind with new result after the Search button click.Please let me know how i could achieve this. Thank you Currently the GetList will return data correctly however the KendoUi grid would not rebind with the new result. .cshtml <div id="search"> <div> <div class="searchOption"> @Html.LabelFor(model => model.HRN) @Html.EditorFor(model => model.HRN) </div> </div> <div> <div class="smallBox"> <input type="button" id="btnSearch" style="height