Disabling drag and drop in optimized tables
Ensure that your application does not include operations that users cannot perform by keyboard by turning off the ability to reshuffle columns for tables that you use in the group by overlay. In this way, you provide equal access to your applications to users with all levels of ability, and reduce user frustration from not being able to fully navigate your product.
- In the navigation pane of Dev Studio, click Records.
- Expand the Decision category, and then click When.
- Open the pyDragDropCategorizeColumns rule.
- In the Logic string field, enter a value that renders the condition false.
- Expand the Save as list, and then click Specialize by class or Ruleset to save an instance of the Rule in your application Ruleset.
- Search for and open the pyGridCategorization section.
- In the work area, on the Repeating Dynamic Layout section, click the View properties icon.
- On the Operations tab, clear the Enable drag to reorder items checkbox.
- Click Submit.
- Expand the Save as list, and then click Specialize by class or Ruleset to save an instance of the Rule in your application Ruleset.
Disabling the drag and drop rule
Disabling drag and drop in a section
Previous topic Setting initial focus to the assignment title Next topic Building custom UI capabilities