Skip to content

Change Mode

Changes the mode of the component in List or Schedule Component using the Parameter Key called mode.

Set the Parameter Key as mode, status, and ComponentId.

  • For List Component
  1. It is possible to convert to InlineEdit mode on a Button.
    1. Set mode as InlineEdit.
    2. Enter one of Add, Edit, Delete, Cancel for status.
    3. Set ComponentId using fixedDataSelect.

Figure 1. Example of Button Control Action settings in List ComponentFigure 2. Example of mode settingsFigure 3. Example of status settings: New input using Inline EditFigure 4. Passing the key value of the parent Component to the new line

  1. Set the usage of the DragAndCopy property of the List Component.
    1. Set mode as DragAndCopy.
    2. Set status as Yes or No.
    3. Set ComponentId using fixedDataSelect.
  • For Schedule Component
  1. Activate the Current View of the Schedule.

    1. Set mode as CurrentView.
    2. Enter one of Day, Week, WorkWeek, Month, Agenda for status.
    3. Set ComponentId using fixedDataSelect.
  2. Set the usage of the DragAndDrop property of the Schedule Item.

    1. Set mode as AllowDragAndDrop.
    2. Set status as Yes or No.
    3. Set ComponentId using fixedDataSelect.
  3. Set the AllowResizing property of the Schedule Item.

    1. Set mode as AllowResizing.
    2. Set status as Yes or No.
    3. Set ComponentId using fixedDataSelect.