Click or drag to resize

DataGrid Class

Data Grid View handling
Inheritance Hierarchy
SystemObject
  SOWIApp.ManagementDataGrid

Namespace:  SOWIApp.Management
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static class DataGrid

The DataGrid type exposes the following members.

Constructors
  NameDescription
Private methodStatic memberDataGrid
Top
Properties
  NameDescription
Public propertyStatic memberDataGridViewTemplates
Data Grid View templates
Top
Methods
  NameDescription
Public methodStatic memberExistView
Check exists Data Grid View
Public methodStatic memberGetAppNameList
Get Data Grid View App name list
Public methodStatic memberGetByID
Get Data Grid data item without ClientID filter
Public methodStatic memberGetByView
Gives a DataGrid view list from database
Public methodStatic memberGetDataGridView
Check and synch DataGridView with user and template from Client or Database
Private methodStatic memberGetDataGridViewTemplates
Gives all Data Grid View list by Template Database and Client
Public methodStatic memberResetClient
Data Grid View client App reset to database setting
Public methodStatic memberResetDataGridViewTemplates
New laod from Data Grid View templates
Private methodStatic memberSyncDataGridViewValues
Sync Data Grid View with template values. If no user value then set default value (without save database)
Public methodStatic memberTranslate
Translate order: 1. Client translate with or without table name and data field name. 2. Database translate with or without table name and data field name. 3. No found then set value from DataGrid field ColumnLabelDefault
Public methodStatic memberUpdate
Upate Data Grid View
Public methodStatic memberUpdateClient
Crate or update Client Data Grid View setting
Public methodStatic memberUpdateDataGridViewItemWithDefaultValues(DataGrid)
Set DataGridView item with default values (Order, ColumnLabel, *ListVisible, *ListWidth *FormVisible)
Public methodStatic memberUpdateDataGridViewItemWithDefaultValues(ListDataGrid)
Set DataGridView item with default values
Public methodStatic memberUpdateDataGridViewItemWithTemplateValues
Set DataGridView item with template values
Top
See Also