How to register DevExpress scripts if an existing project has client...
This example is based on the approach from the How to register DevExpress scripts with external client libraries that use jQuery help article. It shows how to register jQuery UI, MVC DevExpress scripts...
View ArticleHow to merge cells horizontally in GridView via the CustomDrawCell event
This example illustrates an approach that is similar to that one described in the following thread: How to merge cells horizontally in GridView. The mentioned functionality is implemented via the...
View ArticleHow to show detail information in a separate ASPxGridView
This example demonstrates how to use two ASPxGridView instances to show the master-detail data. Detail data is displayed in an external ASPxGridView when a master ASPxGridView's focused row index is...
View ArticleDashboardDesigner - How to customize data source wizard to display only...
This example demonstrates how to use the DashboardDesigner.DataSourceWizardCustomization to replace the default pages of the data source wizard with custom...
View ArticleHow to remove standard bar items and add custom ones to the...
This example demonstrates how to customize the DocumentViewerControl's toolbar (either BarManager or RibbonControl).In particular, it shows how to remove standard commands from a Ribbon toolbar and add...
View ArticleASPxCardView - How to display master-detail data using two ASPxCardView...
This example demonstrates how to use two ASPxCardView controls to display master-detail data.
View ArticleASPxGridView - How to refresh a master grid when a detail grid has been updated
This sample demonstrates how to update a primary grid data in response to changes made within a detail grid. By design, ASPxGridView can update its own rendering when processing a callback, but not the...
View ArticleHow to bind the grid to Columns and Summaries specified in ViewModel
This example shows how to put columns and data summary definition logic in the ViewModel and setup the Grid Control.
View ArticleHow to use ASPxRichEdit to edit RTF data in ASPxGridView's EditForm
This example is based on the How to use ASPxHtmlEditor to edit RTF data one. It illustrates how to accomplish the same task using a new ASPxRichEdit control instead of the ASPxHtmlEditor one:- Add...
View ArticleHow to support the ISearchControlClient interface for TileControl to use...
This example is based on the How to implement the ISearchControlClient interface example and illustrates how to search through tile items by using SearchControl. Please refer to the description of the...
View ArticleHow to implement the ISearchControlClient interface
We have SearchControl (added in v14.1), which provides the search and filter functionality for the attached object. SearchControl can be attached to objects that support the ISearchControlClient...
View ArticleHow to use the built-in caching functionality of the ASP.NET MVC Document Viewer
This example illustrates how to make the DocumentViewer store its document on the client between postbacks.When the Document Viewer extension performs a callback to the server (for example, when a page...
View ArticleDocument Layout API - Practical usage
This example demonstrates how RichEditControl's DocumentLayout API can be used to collect information about a currently clicked document element (as well as its parent elements):Layout APIDepending on...
View ArticleASPxGridView - How to populate a combobox column dynamically based on a row...
The attached example illustrates how to populate GridViewDataComboBoxColumn at runtime when ASPxGridView is used in Batch Edit mode.The technique of completing this task in a batch grid differs from...
View ArticleHow to implement the Copy/Paste feature
This example demonstrates how to parse the clipboard's data to paste rows into the grid. For more information, please see the following KB article: A1266See Also:How to implement the paste from...
View ArticleHow to export a document with AcroForm data
This example shows how a PDF document with AcroForm data (interactive forms) can be exported to an XML format.You can also export the AcroForm data document to FDF, XFDF, and TXT formats using the...
View ArticleHow to generate a live report based on GridControl content
This example demonstrates how to use the Snap Control facilities to generate an "editable" report based on GridControl content.The SnapControl provides a corresponding API to generate a SnapDocument...
View ArticleHow to create the MVVM DockLayoutManager using LayoutAdapter
To build an MVVM DockLayoutManager, populate the DockLayoutManager items source and specify where generated elements will appear. There are two ways to do this:1. dxd:MVVMHelper.LayoutAdapter2....
View ArticleHow to show a complex property value in DataItemTemplate of a column
This example demonstrates how to show a complex property value in DataItemTemplate of a column using BindingExpressions
View ArticleHow to import AcroForm data from XML
This example demonstrates how you can import AcroForm data (interactive forms) from XML format to a PDF document.You can also import the AcroForm data from FDF, XFDF, and TXT formats as described below.
View Article