triocaddy.blogg.se

Types of grids
Types of grids








types of grids

Each table needs to have at least one grid view. Grid view is the default type of view, and it displays your records as rows and your fields as columns in a grid. Forms can also be created from the view bar and are used to add new records to your table.The Timeline viewallows you to visualize and track your records on a customizable horizontal scrolling timeline.The Gantt view allows you to see every single step of a project from start to finish.Gallery view displays your records as large cards and is particularly good for showing off images.Your table must have at least one single select field or single collaborator field in order to make a kanban view. Kanban view displays your records as cards on a kanban board.Your table must have at least one date field in order to make a calendar view. Calendar view displays your records as events on a calendar.Grid views have a number of special features, like grouped records and the summary bar.Each table must have at least one grid view. The default view type is grid view, which displays a grid with your records as rows and your fields as columns.Provides methods to get or set information about the view selector of the subgrid control. Provides methods to access the data related to control on a form that is tied to a column in an editable grid. Provides methods to access the data in the cell of an editable grid. Provides methods to access data about the specific records in the rows. Provides methods to work with rows or selected rows in the grid. Provides methods to access information about data in the grid. Provides methods to work with the grid or subgrid control.

types of grids

These objects form a hierarchy as shown in the following diagram: Use the following objects to interact with grids. You can register for the OnChange, OnRecordSelect, and OnSave events using the Events tab of the model-driven apps page that is used to enable editable grids for a table or a read-only grid. For more information about getting the grid context to execute your JavaScript code, see Client API grid context Grid context is the grid or subgrid instance on a form against which you want to run your code.

types of grids

Although the editable grid control provides editing capability, it honors the read-only grid metadata and field-level security settings.

types of grids

The editable grid is a custom control, and is supported in the main grid and subgrids on a form in the web client and in dashboards and on form grids on the mobile clients. Editable grids: In addition to displaying data in a tabular format, provides rich inline editing capabilities on web and mobile clients including the ability to group, sort, and filter data within the same grid so that you do not have to switch records or views.To edit the data displayed in a read-only grid, you have to select the record in the grid to open the form, edit the data, and then save. Read-only grids: Display data in a tabular format.There are two types of grids in model-driven apps: Grids can span the entire form or can be one of the items on a form the latter are called subgrids. Grids present data in a tabular format in model-driven apps.










Types of grids