Ho Mohammed,
The export to Excel function can be triggered using the saveAsExcel Grid method. Attached you will find a simple example of its usage. The Method is triggered on a button click.
$("#export").click(function(e) {
var grid = $("#grid").data("kendoGrid");
grid.saveAsExcel();
});
The same JavaScript logic can be implemented in UI for ASP.NET MVC context.
Regards,
Petar
Progress Telerik
Progress is here for your business, like always.
Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.