How to use a third-party jQuery plug-in (accordion) in a DevExtreme application
This example demonstrating an approach described in the How to use a third-party jQuery plug-in in a DevExtreme Mobile HTML/JS application Knowledge Base article.
View ArticleHow to Format Cell Values
The following example shows how to format data that corresponds to 'Quantity' and 'Unit Price' data fields in a sample ASPxPivotGrid control.For the 'Quantity' field the PivotFieldBase.CellFormat...
View ArticleHow to create ASPxPopupControl at runtime
This example illustrates a simple way in which to create an ASPxPopupControl at runtime.
View ArticleASPxGridView - How to initialize an Edit Form editor based on a separate...
This example demonstrates the approach illustrated in the KA18838: ASPxGridView - How to initialize an Edit Form editor based on a separate column value KB article.
View ArticleHow to bind ASPxScheduler to MS SQL Server database
This example demonstrates how to bind the ASPxScheduler control to a database located at MS SQL Server 2005. The project includes the CarsXtraScheduling.sql file which contains data table scripts....
View ArticleHow to implement customized PercentOfRow/PercentOfColumn
This example demonstrates how you can access values of other cells to calculate the current one, by handling the CustomCellDisplayText event. This is an alternative implementation of...
View ArticleTreeList - How to populate TreeList from a database in virtual mode and...
Virtual mode is useful if there's a lot of data and it's not necessary or impossible to create a tree at once. To implement virtual mode for the TreeList extension, a specifically parameterized...
View ArticleHow to create a custom ASPxGridView's filter insensitive to the number of...
This example shows how to apply a custom filter to the text in the Auto Filter Row editor. When the ASPxGridView.ProcessColumnAutoFilter event is raised before the filter criterion is applied, we parse...
View ArticleHow to integrate a charting module - example solution
This solution includes ready-to-use project templates for the KA18738KB article.
View ArticleHow to create a custom RangeTrackBarControl with multiple tick marks.
Sometimes it is useful to have the capability to edit multiple ranges using a single control. This can be introduced with a custom control – MultipleRangeTrackBar.In this example we have implemented...
View ArticleHow to bind ASPxScheduler to ObjectDataSource
In this example, the ObjectDataSource control is used to bind the ASPxScheduler control to middle-layer business objects. Further, you can implement your own custom CRUD-operations (Create, Read,...
View ArticleHow to build a bridge between chart and pivot grid: Extended version
Note: This example applies to an XtraCharts version prior to v2010 vol 2. Starting from v2010 vol 2, after you assign a Pivot Grid instance to your chart's DataSource property, all the chart's bindings...
View ArticleHow to embed TreeList control to a report at runtime
This example illustrates how you can show the TreeList control on a form and display its PrintPreview using the XtraReport class. You can embed TreeList to a report using WinControlContainer.
View ArticleHow to insert text between two bookmarks
This example illustrates the solution to the problem described in the KA18662: How to insert text between two bookmarks Knowledge Base article.
View ArticleHow to concatenate values of several RTF fields to display the resulting RTF...
Problem: I am creating a data-aware report. The source data table has several columns containing RTF text. I need to concatenate the contents of these columns and display it in a single...
View ArticleHow to bind ASPxScheduler to XPO via the Unit of Work
This example illustrates how you can bind the ASPxScheduler control to an XPO (eXpress Persistent Objects) data source using the UnitOfWork session class. Two persistent object classes are defined -...
View ArticleHow to override RTF formatting in XRRichText
Problem: I am creating a data-aware report. The source data table has a column containing RTF text. I need to override several RTF settings before displaying it in XRRichText. I have tried many...
View ArticleHow to use ASPxGridLookup in multiple selection mode as the ASPxGridView editor
This example is an illustration of the Documentation - Add information about the use of the ASPxGridLookup.Value property in Multiple SelectionMode suggestion.It illustrates how to use ASPxGridLookup...
View ArticleHow to handle a specific event within a whole document object and handle...
This example illustrates how to: - Handle a specific event (for example, "keydown") within a whole document object; - Perform a specific action when a specific keyboard key (for example, ESC) is...
View ArticleHow to reorder ASPxNavBar groups
This sample illustrates how to change the order of groups at runtime by means of custom buttons integrated in the GroupHeaderTemplate.
View Article