- Reference
- Client API
- Grid
- deleteDetailViewRecord Method
- _getGridVariables Method
- _resetRow Method
- _selectAllRowCheckboxes Method
- activateControlContainer Method
- ajaxCallback Method
- alphabetSearch Method
- animateHide Method
- animateShow Method
- animateToggle Method
- argumentValue Method
- autoRefreshStart Method
- autoRefreshStop Method
- cancelEditDetailViewRecord Method
- cancelEditRow Method
- clearDetailViewGlobalError Method
- clearErrors Method
- clearRowErrors Method
- clearSearchForm Method
- closeContainerWindow Method
- closeCurrentTabbedUIPane Method
- closeDetailView Method
- closeParentContainer Method
- deleteDetailViewRecord Method
- deleteRow Method
- detailView Method
- detailViewFirstRecord Method
- detailViewLastRecord Method
- detailViewNewRecord Method
- detailViewNextRecord Method
- detailViewPreviousRecord Method
- detailViewRefresh Method
- detailViewToggle Method
- dropDownMessage Method
- dropDownMessageHide Method
- editDetailViewRecord Method
- editField Method
- editFieldDV Method
- editRow Method
- fetchExplicitRecord Method
- filterCheckedRows Method
- getMapDataFromSearchPart Method
- getParentObject Method
- getRowsInGrid Method
- getSelectedRow Method
- getSessionVariable Method
- getStateInfo Method
- getValue Method
- gridBaseFilterSet Method
- gridFilterSet Method
- gridLink Method
- gridQBERowToggle Method
- gridQBERowVisible Method
- gridUnlink Method
- harvestColumn Method
- loadCSSFile Method
- loadJavascript Method
- loadJavascriptFile Method
- loadSavedSearch Method
- loadXbasic Method
- openLookup Method
- pageNavigate Method
- populateDropdownBox Method
- quickSearch Method
- quickSearchClear Method
- refresh Method
- refreshExternalTreeNavigator Method
- refreshLinkedContent Method
- refreshRow Method
- resetDetailView Method
- resetGridPart Method
- rowCollapse Method
- rowExpand Method
- rowExpandToggle Method
- runAction Method
- saveSearchCriteria Method
- setDetailViewGlobalError Method
- setErrors Method
- setFocus Method
- setRowErrors Method
- setRowsPerPage Method
- setSelectedRow Method
- setStateInfo Method
- setValue Method
- showAll Method
- showGridColumn Method
- showRowExpandGrid Method
- sort Method
- submitDetailView Method
- submitGridPart Method
- submitGridPartRow Method
- submitSearchForm Method
- toggleNewRecordRows Method
JavaScript
{grid.object}deleteDetailViewRecord Method
Syntax
{grid.Object}.deleteDetailViewRecord()
Description
Delete the record shown in the Detail View.
Example
{grid.Object}.deleteDetailViewRecord();
See Also