📄️ Grid View Model
Instantiate the GridViewModel class found within the InfoArch.Web.Mvc.Grid namespace, allows us to configure all settings that the grid component require. This class facilitates the configuration of grid settings, encompassing tasks such as configuring link for the save of state, link for the execution of drill-through reports, loading of parameters and establishing database connections.
📄️ Static Resources
Some JavaScript and CSS files must be included for enabling the grid component visualization. Exists an HTML extension method from the namespace InfoArch.Web.Mvc.UI to import the static files mentioned above. It is recommended to invoke these methods within the <head> tag in the view where it will be used.
📄️ Grid Component
The dReveal grid is a component compatible with ASP.Net MVC using .Net Framework 4.8.1.
📄️ Parameters
Parameters are values that are passed into a function, or method to provide input data. These parameters can be created in the grid definition from its designer, and assigned from the web grid component programmatically.
📄️ Filter Component
The dReveal filter component provides features to filter the data displayed based on different criteria in the grid component.
📄️ Data Internal Export
The dReveal grid component provides methods to export its data to a file or stream in PDF, RawData and XLSX format. These methods are available on the server side.
📄️ Data External Export
The dReveal grid component provides methods to export its data to a file or stream in RawData and XLSX format. These methods are available on the server side.
📄️ Customization
The dReveal grid component provides a feature to get or load a specific state of it
📄️ Column Selection Component
The dReveal column selection component provides features to select the columns displayed in the grid component.
📄️ Conditional Formatting Component
The dReveal conditional formatting component provides features to highlight cetain values displayed in the grid component.