Task Mode as checkbox

Hi,

would it be possibile to set the task mode (manual, auto) as a checkbox (true=>manual, false=>checkbox), both in the grid and the add/edit dialog?


Matteo


1 Reply

UA Udhayakumar Anand Syncfusion Team August 28, 2023 03:03 PM UTC

Matteo Messmer


Greetings from Syncfusion


We have thoroughly examined your inquiry, and it appears that your objective can be accomplished by altering the column's edit type to " booleanedit." Below, you will find the code snippet along with a sample link for your reference.


Code Snippet:

/*index.js*/

 <ColumnDirective

              field="isManual"

              headerText="Task Mode"

              editType="booleanedit"

            ></ColumnDirective>

 


Sample Link : https://stackblitz.com/edit/react-ynkytx-sktp4h?file=index.js


UG Link : https://ej2.syncfusion.com/react/documentation/gantt/managing-tasks/task-bar-editing#cell-edit-type-and-its-params


Regards,

Udhayakumar


Loader.
Up arrow icon