custom dialog fields

I'm having trouble finding information for adding custom dialog fields using GanttEditDialogField and GanttAddDialogField. I want to know how to add fields for custom columns and set their input control type. 

 <Syncfusion.Blazor.Gantt.GanttAddDialogField Type="Syncfusion.Blazor.Gantt.DialogFieldType.Custom" HeaderText="General"
                                                             Fields="@(new string[]{ "jobname", "priority" })"></Syncfusion.Blazor.Gantt.GanttAddDialogField> 

From the example above, "jobname" is a custom column that I want to add an input control for in the Custom tab of the add dialog. It is a string and would need a textbox, but "priority" is an int and would need a numericupdown or combobox with dropdown list of int's.

1 Reply

MS Monisha Sivanthilingam Syncfusion Team December 4, 2020 06:38 AM UTC

Hi Tim, 
 
Currently, we do not have support for edit type and edit template in Blazor Gantt Chart. We have already logged a feature report for this. You can track its status from the following feedback link. 
 
 
As we have already lined up some major features, we could not implement this support immediately. We will implement this and include it in any of our upcoming releases. Please cast your vote on this feature based on the customer demand we will prioritize the features in our upcoming road map.  
 
Regards, 
Monisha. 


Loader.
Up arrow icon