Quantcast
Channel: DevExpress Support Center (Examples)
Browsing all 7205 articles
Browse latest View live

How to display appointments in Agenda View by using the ASPxGridView component

In fact, the Agenda view is a list of upcoming events grouped by an appointment's date. This list can be displayed in ASPxGridView. This example demonstrates how to implement this behavior. For...

View Article


ASPxGridView - How to display a truncated text in a column

This example demonstrates how to display a truncated text in ASPxGridView column and show a full value as the tool tip. 1) Handle the ASPxGridView.CustomColumnDisplayText event to truncate displayed...

View Article


How to use the jQuery.ajax function with DevExpress MVC Extensions

This example demonstrates how you can use the jQuery.ajax function to load a GridView on a callback. Note that this feature has been implemented in the 12.1 version, so it is not available in earlier...

View Article

How to use an ASPxTabControl for site navigation

This sample demonstrates how to use an ASPxTabControl and ContentPlaceHolder for site navigation. When a tab is clicked, a new page is loaded into a place holder. This approach can be used to emulate a...

View Article

ASPxGridView - How to customize detail buttons

This sample illustrates how to solve the following issues:1) Show detail buttons in random position (for example, on the right side of the grid) 2) Show/hide the detail button in each row according to...

View Article


dxMap - How to use Google Maps Marker Clusterer API to create and manage...

This example illustrates an approach described in the How to take advantage of map provider API features that were not implemented in the dxMap widget? Knowledge Base article and the Google Too Many...

View Article

 DashboardDesigner - 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 Article

How to replace standard XtraRichEdit command with your own custom command

This example illustrates the technique used to modify the functionality of existing XtraRichEdit commands. The RichEditControl exposes the IRichEditCommandFactoryService interface that enables you to...

View Article


dxDataGrid - How to implement a custom store with CRUD operations (SQLite)

This example can be tested on a mobile device.The dxDataGrid binding using a CustomStore help topic and the A custom data source does not apply paging, filtering, sorting and grouping article describe...

View Article


How to customize the default Find Panel filtering algorithm

Find Panel uses an extended syntax that allows you to specify complex criteria. You can find detailed information here: - Find PanelHowever, sometimes it is necessary to exclude/include some rows in...

View Article

ASPxCheckBoxList - How to save selection in the scenario with a cascading...

This example demonstrates how to add the selection saving mechanism to ASPxCheckBoxList that dependents on the value selected in the master ASPxComboBox control. 

View Article

ASPxGridView - How to implement navigation by Up/Left/Down/Right buttons when...

In this example, ASPxGridView is used in Batch Edit mode. This feature allows users to move focus from one editable cell to another. Navigation is performed by the Up/Left/Down/Right buttons.Question...

View Article

How to embed a RichTextBox into the DXGrid

The following example illustrates how to embed a standard RichTextBox control into DXGrid cells.Question CommentsAdded By: Dave Dansey at: 11/12/2015 8:42:03 AM    Hi DevExpress,I've downloaded this...

View Article


How to create a simple scheduling application that uses custom appointment...

Custom fields for appointments provide a way to associate arbitrary information with an appointment. This example represents a simple application that enables you to display, edit and save data...

View Article

Synchronizing with Google Calendar

This example illustrates how to use Google Calendar API to synchronize ASPxScheduler with Google Calendar. Google provides the corresponding guidelines regarding the use of this API:Google Calendar API...

View Article


How to create MVVM-style Dock UI using LayoutAdapter

This example demonstrates how to build a dock UI according to the MVVM design pattern using the LayoutAdapter. More information on this approach can be found at: MVVM Support - Building Dock UIAnother...

View Article

How to create MVVM-style Dock UI using IMVVMDockingProperties interface

This example demonstrates how to build a dock UI according to the MVVM design pattern by implementing the  IMVVMDockingProperties interface. This interface provides you a way to specify target groups...

View Article


Events of successful validation for DXValidationProvider

In this example we have created two new events for DXValidationProvider: ControlValidationSucceded and ValidationSuccessfullyComplete. When handled, the ControlValidationSucceeded event is raised after...

View Article

Drag & Drop in TreeList and GridControl - How to show dragged rows as a cursor

This example shows how to customize drag&drop in Grid and TreeList controls, so that a dragged row is shown as a cursor. To do so, you need to override the corresponding DragDropManager class to...

View Article

How to display values both as real values and as percentages in a Pie chart's...

This example demonstrates how you can force a pie chart's legend to display point values both as percentages and as real values.First, make sure that the...

View Article
Browsing all 7205 articles
Browse latest View live