Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 84751

In Partial view using Kendo UI Grid pass selected checkbox values to update different grid in same view

$
0
0

I was able to solve my issue using following AJAX

$.ajax({ url: webManager.resolveUrl("~/maint/GetCustomerComments"), method: "POST", data: { invoices: invoicesList }, success: function (result) {var grid = $("#CustomerCommentsGrid").data("kendoGrid");var dataSource = new kendo.data.DataSource({ data: result.Data}); grid.setDataSource(dataSource); grid.dataSource.read();}, error: function () { alert('an error occurred');}});

Needed to know how to set datasource for the grid.


Viewing all articles
Browse latest Browse all 84751

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>