-
Notifications
You must be signed in to change notification settings - Fork 160
Operations UI
Stanka Bozalieva edited this page Dec 7, 2017
·
10 revisions
The igxOperationsUI
facilitates functions that can be applied on a data container using DataUtils. A data container can be a list, a grid, cards.
- know if I can operate on a data container with the help of an identification - icon, button.
- know when I have engaged the igxOperationsUI with corresponding interactions.
- have the igxOperationsUI always on top the screen.
- have the igxOperationsUI not covering the datacontainer it is applied to if possible.
- see all functions and corresponding action that I can apply on the dataContainer in an overlay container.
- see the dataContainer that I am applying the function on all the time if possible.
- specify one or more functions.
- apply a function immediately.
- cancel the
igxOperationsUI
clicking/tapping outside of it. - apply, cancel or reset a function using button, icon.
- know if a function is applied of not - corresponding control(icon) appearance, chips or status bar updates.
- close the ixgOperationsUI upon clicking on apply, cancel.
- reset the functions using a Reset control (button).
Consider mobile version with a dialog?