Click or drag to resize

DataGridControllerEditListOnActionResultPostSave Method

Saves data grid view data

Namespace:  SOWIWeb.Administrator.Controllers
Assembly:  SOWIWeb.Administrator (in SOWIWeb.Administrator.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
private ActionResult EditListOnActionResultPostSave(
	List<DataGrid> List,
	string AppName,
	string ViewName,
	string ReturnUrl,
	string UserName
)

Parameters

List
Type: System.Collections.GenericListDataGrid
Data list to save
AppName
Type: SystemString
App name
ViewName
Type: SystemString
View name
ReturnUrl
Type: SystemString
Return URL
UserName
Type: SystemString
User name

Return Value

Type: ActionResult
If the data is valid, a confirmation message will be displayed. Otherwise, gives back data list to edit
See Also