Skip to main content

VerticalGridExtension Methods

Represents an extension object implementing the VerticalGrid functionality.
Name Description
Bind(Object) Binds the Vertical Grid to a data source
BindToCustomData(VerticalGridModel) Binds the VerticalGrid to a custom data model when you use the extension in the custom data binding mode.
BindToEF(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>, EventHandler<ServerModeExceptionThrownEventArgs>) Binds the VerticalGrid to a data source via the Entity Framework in database server mode.
BindToEF(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) Binds the VerticalGrid to a data source via the Entity Framework in database server mode.
BindToEF(String, String) Binds the VerticalGrid to a data source via the Entity Framework in database server mode.
BindToEF(Type, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) Binds the VerticalGrid to a data source via the Entity Framework in database server mode.
BindToEF(Type, String) Binds the VerticalGrid to a data source via the Entity Framework in database server mode.
BindToLINQ(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>, EventHandler<ServerModeExceptionThrownEventArgs>) Binds the VerticalGrid to a queryable source in database server mode.
BindToLINQ(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) Binds the VerticalGrid to a queryable source in database server mode.
BindToLINQ(String, String) Binds the VerticalGrid to a queryable source in database server mode.
BindToLINQ(Type, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) Binds the VerticalGrid to a queryable source in database server mode.
BindToLINQ(Type, String) Binds the VerticalGrid to a queryable source in database server mode.
BindToXML(String, String, String) Binds the VerticalGrid to the XML file specified by its name, XPath expression and transformation file name.
BindToXML(String, String) Binds the VerticalGrid to the XML file specified by its name and an XPath expression.
BindToXML(String) Binds the VerticalGrid to the XML file specified by its name.
CreatePrintableObject(VerticalGridSettings, Object) static Enables a VerticalGrid to be printed using the XtraPrinting Library.
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
ExportToCsv(VerticalGridSettings, Object, Boolean, CsvExportOptions) static
ExportToCsv(VerticalGridSettings, Object, Boolean) static Exports the VerticalGrid’s data to CSV format, based on the provided settings.
ExportToCsv(VerticalGridSettings, Object, String, CsvExportOptions) static
ExportToCsv(VerticalGridSettings, Object, String, Boolean, CsvExportOptions) static
ExportToCsv(VerticalGridSettings, Object, String, Boolean) static Exports the VerticalGrid’s data to CSV format, based on the provided settings.
ExportToCsv(VerticalGridSettings, Object, String) static Exports the VerticalGrid’s data to CSV format, based on the provided settings.
ExportToCsv(VerticalGridSettings, Object) static Exports the VerticalGrid’s data to CSV format, based on the provided settings.
ExportToDocx(VerticalGridSettings, Object, DocxExportOptions) static Exports the VerticalGrid’s data to DOCX format, based on the provided settings.
ExportToDocx(VerticalGridSettings, Object, Boolean, DocxExportOptions) static Exports the VerticalGrid’s data to DOCX format, based on the provided settings.
ExportToDocx(VerticalGridSettings, Object, Boolean) static Exports the VerticalGrid’s data to DOCX format, based on the provided settings.
ExportToDocx(VerticalGridSettings, Object, String, DocxExportOptions) static Exports the VerticalGrid’s data to DOCX format, based on the provided settings.
ExportToDocx(VerticalGridSettings, Object, String, Boolean, DocxExportOptions) static Exports the VerticalGrid’s data to DOCX format, based on the provided settings.
ExportToDocx(VerticalGridSettings, Object, String, Boolean) static Exports the VerticalGrid’s data to DOCX format, based on the provided settings.
ExportToDocx(VerticalGridSettings, Object, String) static Exports the VerticalGrid’s data to DOCX format, based on the provided settings.
ExportToDocx(VerticalGridSettings, Object) static Exports the VerticalGrid’s data to DOCX format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, PdfExportOptions) static Exports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, Boolean, PdfExportOptions) static Exports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, Boolean) static Exports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, String, PdfExportOptions) static Exports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, String, Boolean, PdfExportOptions) static Exports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, String, Boolean) static Exports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, String) static Exports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object) static Exports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, RtfExportOptions) static Exports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, Boolean, RtfExportOptions) static Exports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, Boolean) static Exports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, String, RtfExportOptions) static Exports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, String, Boolean, RtfExportOptions) static Exports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, String, Boolean) static Exports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, String) static Exports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object) static Exports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToXls(VerticalGridSettings, Object, XlsExportOptions) static
ExportToXls(VerticalGridSettings, Object, Boolean, XlsExportOptions) static
ExportToXls(VerticalGridSettings, Object, Boolean) static Exports the VerticalGrid’s data to XLS format, based on the provided settings.
ExportToXls(VerticalGridSettings, Object, String, XlsExportOptions) static
ExportToXls(VerticalGridSettings, Object, String, Boolean, XlsExportOptions) static
ExportToXls(VerticalGridSettings, Object, String, Boolean) static Exports the VerticalGrid’s data to XLS format, based on the provided settings.
ExportToXls(VerticalGridSettings, Object, String) static Exports the VerticalGrid’s data to XLS format, based on the provided settings.
ExportToXls(VerticalGridSettings, Object) static Exports the VerticalGrid’s data to XLS format, based on the provided settings.
ExportToXlsx(VerticalGridSettings, Object, XlsxExportOptions) static
ExportToXlsx(VerticalGridSettings, Object, Boolean, XlsxExportOptions) static
ExportToXlsx(VerticalGridSettings, Object, Boolean) static Exports the VerticalGrid’s data to XLSX format, based on the provided settings.
ExportToXlsx(VerticalGridSettings, Object, String, XlsxExportOptions) static
ExportToXlsx(VerticalGridSettings, Object, String, Boolean, XlsxExportOptions) static
ExportToXlsx(VerticalGridSettings, Object, String, Boolean) static Exports the VerticalGrid’s data to XLSX format, based on the provided settings.
ExportToXlsx(VerticalGridSettings, Object, String) static Exports the VerticalGrid’s data to XLSX format, based on the provided settings.
ExportToXlsx(VerticalGridSettings, Object) static Exports the VerticalGrid’s data to XLSX format, based on the provided settings.
GetBatchDeleteKeys<T>() static Returns a list of keys that correspond to VerticalGrid records deleted on the client side in batch edit mode.
GetBatchInsertValues<T>(String) static Returns a list of values added to the specified row on the client side in batch edit mode.
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.
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.
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.
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.
ToString() Returns a string that represents the current object. Inherited from Object.
WriteCsv(VerticalGridSettings, Object, Stream, CsvExportOptions) static
WriteCsv(VerticalGridSettings, Object, Stream) static Exports the VerticalGrid’s data to a stream in CSV format.
WriteDocx(VerticalGridSettings, Object, Stream, DocxExportOptions) static Exports the grid’s data to a stream in DOCX format.
WriteDocx(VerticalGridSettings, Object, Stream) static Exports the grid’s data to a stream in DOCX format.
WritePdf(VerticalGridSettings, Object, Stream, PdfExportOptions) static Exports the VerticalGrid’s data to a stream in PDF format with the specified export options.
WritePdf(VerticalGridSettings, Object, Stream) static Exports the VerticalGrid’s data to a stream in PDF format.
WriteRtf(VerticalGridSettings, Object, Stream, RtfExportOptions) static Exports the VerticalGrid’s data to a stream in RTF format with the specified export options.
WriteRtf(VerticalGridSettings, Object, Stream) static Exports the VerticalGrid’s data to a stream in RTF format.
WriteXls(VerticalGridSettings, Object, Stream, XlsExportOptions) static
WriteXls(VerticalGridSettings, Object, Stream) static Exports the VerticalGrid’s data to a stream in XLS format.
WriteXlsx(VerticalGridSettings, Object, Stream, XlsxExportOptions) static
WriteXlsx(VerticalGridSettings, Object, Stream) static Exports the VerticalGrid’s data to a stream in XLSX format.
See Also