IControllerDataGrid Interface |
Namespace: SOWIWin.Helper.Interface
The IControllerDataGrid type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnectionString |
Data Connection String for data access
| |
| ControllerName |
Controller name
| |
| FontSize |
Gets or sets data grid font size.
| |
| PageDataGridUI |
Page data grid UI object
| |
| UserName |
User name for data access
|
| Name | Description | |
|---|---|---|
| Copy |
Copy a data item
| |
| CopyToClipboard |
Copy a data item to clipboard
| |
| InsertFromClipboard |
Paste data from clipboard
| |
| Load |
Data load and fill PageDataGridUI object
| |
| SetViewBag |
Method SetViewBag (can set DataGridView object)
| |
| Update |
Method Update: insert or update data
| |
| Validate |
Method: Validate: check data to validity
|