Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149986 | Dec 17,2019 08:47 AM UTC | Dec 19,2019 04:40 AM UTC | ASP.NET Core - EJ 2 | 4 |
![]() |
Tags: Gantt Chart |
@{
var DropDownList = new Syncfusion.EJ2.DropDowns.DropDownList() {
DataSource = new List<object>() { new { value = "test", text = "test" }, new { value = "test2", text = "test2" } },
Query = "new ej.data.Query()",
Fields = new Syncfusion.EJ2.DropDowns.DropDownListFieldSettings() { Text = "text", Value = "value" },
};
}
<ejs-gantt id='Gantt' dataSource="ViewBag.DataSource" >
//...
<e-gantt-columns>
//...
<e-gantt-column field="Custom" editType="dropdownedit"
edit="new {@params = DropDownList }">
</e-gantt-column>
</e-gantt-columns>
</ejs-gantt>
|
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.