Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149190 | Nov 18,2019 09:50 AM UTC | Nov 19,2019 09:53 AM UTC | ASP.NET MVC - EJ 2 | 1 |
![]() |
Tags: Gantt Chart |
<button onclick="reloadData()">Reload data</button>
function reloadData() {
var obj = document.getElementById("Gantt").ej2_instances[0];
var newData = new ej.data.DataManager({
url: '/Home/reloadData',
adaptor: new ej.data.UrlAdaptor,
crossDomain: true,
})
obj.dataSource = newData;
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.