The GridViewEditBox type exposes the following members.

Properties

  Name Description
Public property ButtonAddnew
Gets a reference to the add new button.
Public property ButtonCancel
Gets a reference to the cancel button.
Public property ButtonHiddenSave
Gets a reference to the hidden save button.

Note: Hidden save button is used to fix the issue when user perform multiple clicks on save button.

Public property ButtonSave
Gets a reference to the save button.
Public property ButtonTopCancel
Gets a reference to the top cancel button.
Public property ButtonTopSave
Gets a reference to the top save button.
Public property Columns
Gets the grid columns.
Public property ContentTemplate
Gets or sets the content template used to add the input form controls.
Public property ContentVisible
Gets or sets the flag if content template is visible.
Public property Controls
Gets a System.Web.UI.ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
(Overrides Control..::..Controls.)
Public property CurrentDataManager
Gets or sets current data manager used for control binding.
Public property CurrentRecord
Gets or sets the current record.
Public property CustomActionsTemplate
Gets or sets the custom actions template used to add custom action buttons below the grid.
Public property CustomFilterTemplate
Gets or sets the custom filter template used to filter out the grid data source.
Public property DataSource
Gets or sets the data source.
Public property EmptyDataTemplate
Gets or sets the empty data template inside the grid.
Public property Filter
Gets or sets basic filter.
Public property Grid
Gets the reference to the grid.
Public property IsInInsertMode
Gets if grid is in insert mode.
Public property Pager
Gets the reference to the pager.
Public property RepositoryType
Gets or sets Repository type used for Grid automation tasks.
Public property SelectedEntity
Gets the selected entity.
Public property SelectedId
Gets selected id.
Public property SelectedIndex
Gets selected id.
Public property ShowActionColumn
Gets or sets if grid actions are visible.
Public property ShowAddNewAction
Gets or sets if add new action is visible.
Public property ShowBottomActions
Gets or sets if bottom actions are visible.
Public property ShowCustomActions
Gets or sets if custom actions are visible.
Public property ShowCustomFilter
Gets or sets if custom filter is visible.
Public property ShowDeleteAction
Gets or sets if delete action is visible.
Public property ShowEditAction
Gets or sets if edit action is visible.
Public property ShowFilter
Gets or sets if grid filter is visible.
Public property ShowSaveAction
Gets or sets if save action is visible.
Public property ShowTopActions
Gets or sets if top actions are visible.
Public property Sorter
Gets or sets sort expression.
Public property UpdateMode
Gets or sets Grid update panel update mode.
Public property ValidationGroup
Gets or sets validation group.
Public property WorkDirectlyWithDatabase
Gets or sets if control should work directly with database.

See Also