Skip to main content

VerticalGridExtension<ColumnType> Members

Represents an extension object implementing the VerticalGrid functionality.

Constructors

Name Description
VerticalGridExtension(VerticalGridSettings<ColumnType>, ViewContext) Initializes a new instance of the VerticalGridExtension<ColumnType> class with the specified settings and provides context information about the view.
VerticalGridExtension(VerticalGridSettings<ColumnType>) Initializes a new instance of the VerticalGridExtension<ColumnType> class with the specified settings.

Methods

Name Description
Bind(Object) Binds the Vertical Grid to a data source Inherited from VerticalGridExtension.
BindToCustomData(VerticalGridModel) Binds the VerticalGrid to a custom data model when you use the extension in the custom data binding mode. Inherited from VerticalGridExtension.
BindToEF(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>, EventHandler<ServerModeExceptionThrownEventArgs>) Binds the VerticalGrid to a data source via the Entity Framework in database server mode. Inherited from VerticalGridExtension.
BindToEF(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) Binds the VerticalGrid to a data source via the Entity Framework in database server mode. Inherited from VerticalGridExtension.
BindToEF(String, String) Binds the VerticalGrid to a data source via the Entity Framework in database server mode. Inherited from VerticalGridExtension.
BindToEF(Type, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) Binds the VerticalGrid to a data source via the Entity Framework in database server mode. Inherited from VerticalGridExtension.
BindToEF(Type, String) Binds the VerticalGrid to a data source via the Entity Framework in database server mode. Inherited from VerticalGridExtension.
BindToLINQ(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>, EventHandler<ServerModeExceptionThrownEventArgs>) Binds the VerticalGrid to a queryable source in database server mode. Inherited from VerticalGridExtension.
BindToLINQ(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) Binds the VerticalGrid to a queryable source in database server mode. Inherited from VerticalGridExtension.
BindToLINQ(String, String) Binds the VerticalGrid to a queryable source in database server mode. Inherited from VerticalGridExtension.
BindToLINQ(Type, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) Binds the VerticalGrid to a queryable source in database server mode. Inherited from VerticalGridExtension.
BindToLINQ(Type, String) Binds the VerticalGrid to a queryable source in database server mode. Inherited from VerticalGridExtension.
BindToXML(String, String, String) Binds the VerticalGrid to the XML file specified by its name, XPath expression and transformation file name. Inherited from VerticalGridExtension.
BindToXML(String, String) Binds the VerticalGrid to the XML file specified by its name and an XPath expression. Inherited from VerticalGridExtension.
BindToXML(String) Binds the VerticalGrid to the XML file specified by its name. Inherited from VerticalGridExtension.
CreatePrintableObject(VerticalGridSettings, Object) static Enables a VerticalGrid to be printed using the XtraPrinting Library. Inherited from VerticalGridExtension.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ExportToCsv(VerticalGridSettings, Object, CsvExportOptions) static Inherited from VerticalGridExtension.
ExportToCsv(VerticalGridSettings, Object, Boolean, CsvExportOptions) static Inherited from VerticalGridExtension.
ExportToCsv(VerticalGridSettings, Object, Boolean) static Exports the VerticalGrid’s data to CSV format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToCsv(VerticalGridSettings, Object, String, CsvExportOptions) static Inherited from VerticalGridExtension.
ExportToCsv(VerticalGridSettings, Object, String, Boolean, CsvExportOptions) static Inherited from VerticalGridExtension.
ExportToCsv(VerticalGridSettings, Object, String, Boolean) static Exports the VerticalGrid’s data to CSV format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToCsv(VerticalGridSettings, Object, String) static Exports the VerticalGrid’s data to CSV format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToCsv(VerticalGridSettings, Object) static Exports the VerticalGrid’s data to CSV format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToDocx(VerticalGridSettings, Object, DocxExportOptions) static Exports the VerticalGrid’s data to DOCX format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToDocx(VerticalGridSettings, Object, Boolean, DocxExportOptions) static Exports the VerticalGrid’s data to DOCX format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToDocx(VerticalGridSettings, Object, Boolean) static Exports the VerticalGrid’s data to DOCX format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToDocx(VerticalGridSettings, Object, String, DocxExportOptions) static Exports the VerticalGrid’s data to DOCX format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToDocx(VerticalGridSettings, Object, String, Boolean, DocxExportOptions) static Exports the VerticalGrid’s data to DOCX format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToDocx(VerticalGridSettings, Object, String, Boolean) static Exports the VerticalGrid’s data to DOCX format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToDocx(VerticalGridSettings, Object, String) static Exports the VerticalGrid’s data to DOCX format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToDocx(VerticalGridSettings, Object) static Exports the VerticalGrid’s data to DOCX format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToPdf(VerticalGridSettings, Object, PdfExportOptions) static Exports the VerticalGrid’s data to PDF format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToPdf(VerticalGridSettings, Object, Boolean, PdfExportOptions) static Exports the VerticalGrid’s data to PDF format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToPdf(VerticalGridSettings, Object, Boolean) static Exports the VerticalGrid’s data to PDF format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToPdf(VerticalGridSettings, Object, String, PdfExportOptions) static Exports the VerticalGrid’s data to PDF format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToPdf(VerticalGridSettings, Object, String, Boolean, PdfExportOptions) static Exports the VerticalGrid’s data to PDF format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToPdf(VerticalGridSettings, Object, String, Boolean) static Exports the VerticalGrid’s data to PDF format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToPdf(VerticalGridSettings, Object, String) static Exports the VerticalGrid’s data to PDF format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToPdf(VerticalGridSettings, Object) static Exports the VerticalGrid’s data to PDF format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToRtf(VerticalGridSettings, Object, RtfExportOptions) static Exports the VerticalGrid’s data to RTF format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToRtf(VerticalGridSettings, Object, Boolean, RtfExportOptions) static Exports the VerticalGrid’s data to RTF format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToRtf(VerticalGridSettings, Object, Boolean) static Exports the VerticalGrid’s data to RTF format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToRtf(VerticalGridSettings, Object, String, RtfExportOptions) static Exports the VerticalGrid’s data to RTF format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToRtf(VerticalGridSettings, Object, String, Boolean, RtfExportOptions) static Exports the VerticalGrid’s data to RTF format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToRtf(VerticalGridSettings, Object, String, Boolean) static Exports the VerticalGrid’s data to RTF format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToRtf(VerticalGridSettings, Object, String) static Exports the VerticalGrid’s data to RTF format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToRtf(VerticalGridSettings, Object) static Exports the VerticalGrid’s data to RTF format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToXls(VerticalGridSettings, Object, XlsExportOptions) static Inherited from VerticalGridExtension.
ExportToXls(VerticalGridSettings, Object, Boolean, XlsExportOptions) static Inherited from VerticalGridExtension.
ExportToXls(VerticalGridSettings, Object, Boolean) static Exports the VerticalGrid’s data to XLS format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToXls(VerticalGridSettings, Object, String, XlsExportOptions) static Inherited from VerticalGridExtension.
ExportToXls(VerticalGridSettings, Object, String, Boolean, XlsExportOptions) static Inherited from VerticalGridExtension.
ExportToXls(VerticalGridSettings, Object, String, Boolean) static Exports the VerticalGrid’s data to XLS format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToXls(VerticalGridSettings, Object, String) static Exports the VerticalGrid’s data to XLS format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToXls(VerticalGridSettings, Object) static Exports the VerticalGrid’s data to XLS format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToXlsx(VerticalGridSettings, Object, XlsxExportOptions) static Inherited from VerticalGridExtension.
ExportToXlsx(VerticalGridSettings, Object, Boolean, XlsxExportOptions) static Inherited from VerticalGridExtension.
ExportToXlsx(VerticalGridSettings, Object, Boolean) static Exports the VerticalGrid’s data to XLSX format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToXlsx(VerticalGridSettings, Object, String, XlsxExportOptions) static Inherited from VerticalGridExtension.
ExportToXlsx(VerticalGridSettings, Object, String, Boolean, XlsxExportOptions) static Inherited from VerticalGridExtension.
ExportToXlsx(VerticalGridSettings, Object, String, Boolean) static Exports the VerticalGrid’s data to XLSX format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToXlsx(VerticalGridSettings, Object, String) static Exports the VerticalGrid’s data to XLSX format, based on the provided settings. Inherited from VerticalGridExtension.
ExportToXlsx(VerticalGridSettings, Object) static Exports the VerticalGrid’s data to XLSX format, based on the provided settings. Inherited from VerticalGridExtension.
GetBatchDeleteKeys<T>() static Returns a list of keys that correspond to VerticalGrid records deleted on the client side in batch edit mode. Inherited from VerticalGridExtension.
GetBatchInsertValues<T>(String) static Returns a list of values added to the specified row on the client side in batch edit mode. Inherited from VerticalGridExtension.
GetBatchUpdateValues<S, T>(String) static Returns a dictionary containing record keys and new values updated in the specified row on the client side in batch edit mode. Inherited from VerticalGridExtension.
GetBinaryImageEditCallbackResult() static Returns the specified result back to the client side after processing a callback initiated by a binary image editor used as a grid view column editor. Inherited from GridExtensionBase.
GetBinaryImageEditCallbackResult(BinaryStorageMode, BinaryImageUploadValidationSettings) static Returns the specified result back to the client side after processing a callback initiated by a binary image editor used as a grid view column editor. Inherited from GridExtensionBase.
GetBinaryImageEditCallbackResult(BinaryStorageMode) static Returns the specified result back to the client side after processing a callback initiated by a binary image editor used as a grid view column editor. Inherited from GridExtensionBase.
GetComboBoxCallbackResult(MVCxColumnComboBoxProperties) static Returns the specified result back to the client side after processing a callback initiated by a combo box used as a grid view column editor. Inherited from GridExtensionBase.
GetComboBoxCallbackResult(Action<MVCxColumnComboBoxProperties>) static Returns the specified result back to the client side after processing a callback initiated by a combo box used as a grid view column editor. Inherited from GridExtensionBase.
GetCustomDataCallbackResult(Object) static Returns the specified result back to the client side after processing a callback within an Action defined by the GridSettingsBase.CustomDataActionRouteValues property. Inherited from VerticalGridExtension.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetHtml() Inserts the HTML code rendered by an extension into the required page output. Inherited from ExtensionBase.
GetTokenBoxCallbackResult(MVCxColumnTokenBoxProperties) static Returns the specified result back to the client side after processing a callback initiated by a token box used as a grid view column editor. Inherited from GridExtensionBase.
GetTokenBoxCallbackResult(Action<MVCxColumnTokenBoxProperties>) static Returns the specified result back to the client side after processing a callback initiated by a token box used as a grid view column editor. Inherited from GridExtensionBase.
GetType() Gets the Type of the current instance. Inherited from Object.
GetViewModel(String) static Returns the VerticalGrid’s view model object that maintains the grid state and provides the means to populate itself with data when the grid is used in custom data binding mode. Inherited from VerticalGridExtension.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Render() Renders the extension’s HTML code to the Response. Inherited from ExtensionBase.
SetEditErrorText(String) Displays the specified (error) text in a special row at the bottom of the VerticalGrid. Inherited from VerticalGridExtension.
ToString() Returns a string that represents the current object. Inherited from Object.
WriteCsv(VerticalGridSettings, Object, Stream, CsvExportOptions) static Inherited from VerticalGridExtension.
WriteCsv(VerticalGridSettings, Object, Stream) static Exports the VerticalGrid’s data to a stream in CSV format. Inherited from VerticalGridExtension.
WriteDocx(VerticalGridSettings, Object, Stream, DocxExportOptions) static Exports the grid’s data to a stream in DOCX format. Inherited from VerticalGridExtension.
WriteDocx(VerticalGridSettings, Object, Stream) static Exports the grid’s data to a stream in DOCX format. Inherited from VerticalGridExtension.
WritePdf(VerticalGridSettings, Object, Stream, PdfExportOptions) static Exports the VerticalGrid’s data to a stream in PDF format with the specified export options. Inherited from VerticalGridExtension.
WritePdf(VerticalGridSettings, Object, Stream) static Exports the VerticalGrid’s data to a stream in PDF format. Inherited from VerticalGridExtension.
WriteRtf(VerticalGridSettings, Object, Stream, RtfExportOptions) static Exports the VerticalGrid’s data to a stream in RTF format with the specified export options. Inherited from VerticalGridExtension.
WriteRtf(VerticalGridSettings, Object, Stream) static Exports the VerticalGrid’s data to a stream in RTF format. Inherited from VerticalGridExtension.
WriteXls(VerticalGridSettings, Object, Stream, XlsExportOptions) static Inherited from VerticalGridExtension.
WriteXls(VerticalGridSettings, Object, Stream) static Exports the VerticalGrid’s data to a stream in XLS format. Inherited from VerticalGridExtension.
WriteXlsx(VerticalGridSettings, Object, Stream, XlsxExportOptions) static Inherited from VerticalGridExtension.
WriteXlsx(VerticalGridSettings, Object, Stream) static Exports the VerticalGrid’s data to a stream in XLSX format. Inherited from VerticalGridExtension.
See Also