How to select/unselect all check boxes using the check box in the GridColumn...
This sample illustrates how to create a check edit unbound column, place a check edit in the column header, and select/unselect all check boxes using one check box in the header. You can get more...
View ArticleHow to implement the ThemeHelper that populates an existing...
This example demonstrates how to implement the WinForm SkinHelper class functionality in WPF applications (ThemeHelper) that populate an existing RibbonGalleryBarItem or any menu (PopupMenu or...
View ArticleHow to enable the auto height feature for the column header panel, so the...
In version 14.1, we have added the GridView.OptionsView.ColumnHeaderAutoHeight property . For older versions: This example demonstrates how to introduce a capability to adjust the column header panel's...
View ArticleHow to display detail data within a popup window (MVC)
This example contains a Customers grid with a hyperlink column. When a hyperlink is clicked, a popup window is opened to display detail data - orders - of a given customer. Orders is the GridView...
View ArticleHow to display detail data within a popup window using ContentUrl (MVC)
This example contains a Customers grid with a hyperlink column. When a hyperlink is clicked, a popup window is opened to display detail data - orders - of a given customer. Orders is a separate web...
View ArticleHow to show the ChartControl within the XtraGrid
The easiest way to accomplish this task, is to use the ChartControl.DrawToBitmap function to create a collection of images and then show these images in an unbound column.
View ArticleHow to create a custom exporter for the PivotGridControl by using the...
This example illustrates how to dynamically create a custom report based on PivotGridControl content. It also implements the following suggestions:S130430S91257AS9011 and the S18650 suggestion for...
View ArticleHow to programmatically bind a report to an MDB file
The following example demonstrates how to create a new blank report at runtime (an instance of the XtraReport class), create data objects to bind it to an MDB file (via the XtraReport.DataSource and...
View ArticleASPxGridView - Batch Editing - How to use external buttons to update data and...
This example demonstrates how to create external Update and Cancel buttons, and enable them only when an end-user edits a cell or a row. See Also:ASPxGridView - Batch Editing - How to show save and...
View ArticleASPxGridView - Batch Editing - How to show save and cancel buttons only when...
This example demonstrates how to hide the Save changes and Cancel changes buttons, and show them only when an end-user edits any cell or row.See Also:ASPxGridView - Batch Editing - How to use external...
View ArticleGridView - Batch Editing - How to use external buttons to update data and...
This example demonstrates how to create external Update and Cancel buttons for GridView, and enable them only when an end-user edits a cell or a row.See Also:GridView - Batch Editing - How to show save...
View ArticleHow to: Allow a user to select the authentication type at runtime
To accomplish this task, you should create a new authentication type, inherited from the AuthenticationBase, and combine the code of the AuthenticationStandard and AuthenticationActiveDirectory classes...
View ArticleGridView - Batch Editing - How to show save and cancel buttons only when any...
This example demonstrates how to hide the Save changes and Cancel changes buttons, and show them only when an end-user edits any cell or row.See Also:GridView - Batch Editing - How to use external...
View ArticleGridView - How to implement export from an embedded Context menu
This example illustrates how to add items that allow you to export a GridView to a grid's embedded Context menu.
View ArticleLesson 5 - Complex Navigation in MVPVM Application
Lesson 1 - Create a Simple MVPVM Application (Step-by-step description)(Example) Lesson 2 - Commands. Presenter. (Step-by-step description) (Example) Lesson 3 - Interaction Between Views. Services....
View ArticleASPxGridView - Batch Editing - How to conditionally enable and disable the...
This example demonstrates how to conditionally enable or disable the editing on the client side.1) Define a JavaScript variable that will control the edit state of the grid. This variable can be...
View ArticleGridView - Batch Editing - How to conditionally enable and disable the...
This example demonstrates how to conditionally enable or disable the editing on the client side.1) Define a JavaScript variable that will control the edit state of the grid. This variable can be...
View ArticleHow to reference an external workbook
This example demonstrates how to insert an external reference link from a workbook to another workbook. An external workbook is created at runtime. Note that use of this method in production code...
View ArticleSpreadsheet Document Server Chart API
This example demonstrates how to use the Spreadsheet Document Server Chart API to programmatically manage charts in worksheets.The application includes the RichEditControl used to display and edit the...
View ArticleASPxGridView - How to customize RowFilter in DataDateColumn and provide two...
To achieve this goal, use GridViewColumn.FilterTemplate. Place two ASPxDateEdit controls and the "Apply" button inside the template. In the ASPxClientButton.Click event handler, create a filter...
View Article