How to display custom information in the legend
This example demonstrates how to calculate a total of values displayed by each legend item, and show this total in the legend. This can be done by utilizing a ControlTemplate with a Grid, containing a...
View ArticleHow to invoke standard XtraReports Print Preview and End-User Designer in a...
The following example demonstrates how to preview and edit reports, created by the XtraReports suite, in a WPF application.Important note: the use of this example requires the WinForms part of our...
View ArticleHow to send authenticated requests to the OData service
This example demonstrates how to send authenticated requests to the OData service. The main idea is to handle the ODataContext.beforeSend event and add login information to the header of your...
View ArticleHow to manually provide vector items from WKT
This example demonstrates how to manually provide vector items from the SQL Geometry Well-Known Text.
View ArticleHow to create a custom recurrence form using the AppointmentRecurrenceForm...
This example demonstrates how to create a custom form and replace the standard appointment recurrence editing form with a newly created form. The example uses the AppointmentRecurrenceForm descendant....
View ArticleHow to create a custom recurrence form using System.Windows.Form and...
This example demonstrates how to create a custom form and replace the standard appointment recurrence editing form with a newly created form. The example uses the System.Windows.Forms.Form and the...
View ArticleASPxGridView - Search Panel - How to highlight the text placed inside a...
By default, the search results contained in templates are not highlighted. This example illustrates how to highlight them manually.
View ArticleRadioGroup - How to draw an html string and add the WordWrap behavior
This example demonstrates how to create a RadioGroup descendant and implement AllowHtmlString and WordWrap features. To determine the height for RadioGroup items, it is necessary to set a required...
View ArticleHow to provide custom images for the CheckEdit control in the GridControl...
Implement a ControlTemplate with the Image property. In the ControlTemplate, implement a DataTrigger, and change the Image Source property when cell value is True. Assign this ControlTemplate to the...
View ArticleHow to automatically generate columns in the GridControl with required...
This example demonstrates how to use the following attributes to influence columns generated by the GridControl:-DisplayFormat-NumericMask-DateTimeMask-RegExMaskYou can also use the Fluent API...
View ArticleHow to manually provide vector items from WKT
This example demonstrates how to provide vector items from the SQL Geometry Well-Known Text.
View ArticleHow to customize a dashboard color scheme
The following example demonstrates how to customize a dashboard color scheme to color specified dimension values using predefined colors.In this example, the dashboard contains a Pie dashboard item,...
View ArticleHow to introduce the capability to align the CheckEdit's glyph vertically
Starting from version 2013 vol 2, we have introduced the CheckEdit.Properties.GlyphVAlignment property. Please refer to the Provide the capability to change the CheckEdit's check box vertical alignment...
View ArticleHow to detect which element of the Scheduler was clicked
The following example illustrates how you can obtain the appointment under cursor, how to get the time corresponding to the cursor position within the time cell in the Day View, and how to prohibit...
View ArticleHow to implement the "Insert Document Field" dialog
This example demonstrates how to implement a custom "Insert Document Field" dialog to insert fields with corresponding formatting attributes into RichEditControl documents.All fields are inserted into...
View ArticleHow to create a data caching service that helps improve performance in...
Scenario:In the How to connect to a remote data service instead of using a direct database connection example we described how to connect to the WCF service via console application. If you want to take...
View ArticleHow to bind the ASPxScheduler to the Oracle data base using the...
This example demonstrates the approach described in the following KB article:How to bind ASPxScheduler to the Oracle data base using the ObjectDataSource component (description)To run this sample, you...
View ArticleASPxHtmlEditor - How to process images from base64 strings
This example is an illustration of the T223164: ASPxHtmlEditor - How to process images from base64 strings KB Article. Refer to the Article for an explanation.
View ArticleHow to connect to remote data store and configure WCF end point programmatically
ScenarioIn this example, we will create a WCF IDataStore service that will be used by our client (Console Application) as a data layer. Instead of a direct connection to the database, our client will...
View ArticleMVVM - How to implement cascading LookUpEdits
See the MVVM - How to implement cascading LookUpEdits KB article for more details.
View Article