When task is double clicked an editor pop up opens. I need to customize the following in this pop up.
- Remove the task field.
- Format Start and End date
- Restrict start and end date according to business rules
- Work load accepts floats btw 0-1. I need it to be 0-100 (int).
- For some tasks, the pop-up should not open. (business demands it to be read- only).
This can easily be done with the
editable.templateproperty:Here's an example of template:
For how to do each of the various points, I suggest you read the following:
DatePickerdocumentationNumericTextBoxdocumentation