clear kendo grid in jQuery

clear kendo grid in jQuery


Hello everyone, I am going to share the code sample for clear kendo ui grid. Here are basically two ways,  one is  destroy kendo grid and  other one is set data source blank.

// RESET KENDO UI GRID
$('#kendoGrid').data().kendoGrid.destroy();
$('#kendoGrid').empty();

OR


$("#kendoGrid").data("kendoGrid").dataSource.data([]);


ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

clear kendo grid in jQuery clear kendo grid  in jQuery Reviewed by Anil Singh on 3:02 AM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^