DataGrid Class |
Namespace: SOWIApp.Management
The DataGrid type exposes the following members.
Name | Description | |
---|---|---|
DataGridViewTemplates |
Data Grid View templates
|
Name | Description | |
---|---|---|
ExistView |
Check exists Data Grid View
| |
GetAppNameList |
Get Data Grid View App name list
| |
GetByID |
Get Data Grid data item without ClientID filter
| |
GetByView |
Gives a DataGrid view list from database
| |
GetDataGridView |
Check and synch DataGridView with user and template from Client or Database
| |
GetDataGridViewTemplates |
Gives all Data Grid View list by Template Database and Client
| |
ResetClient |
Data Grid View client App reset to database setting
| |
ResetDataGridViewTemplates |
New laod from Data Grid View templates
| |
SyncDataGridViewValues |
Sync Data Grid View with template values. If no user value then set default value (without save database)
| |
Translate |
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
| |
Update |
Upate Data Grid View
| |
UpdateClient |
Crate or update Client Data Grid View setting
| |
UpdateDataGridViewItemWithDefaultValues(DataGrid) |
Set DataGridView item with default values (Order, ColumnLabel, *ListVisible, *ListWidth *FormVisible)
| |
UpdateDataGridViewItemWithDefaultValues(ListDataGrid) |
Set DataGridView item with default values
| |
UpdateDataGridViewItemWithTemplateValues |
Set DataGridView item with template values
|