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

ASPxTextBox - How to attach the jQuery AutoComplete plugin

This example is an illustration of the K18561: Using jQuery / jQuery UI libraries with DevExpress ASP.NET Controls / MVC Extensions KB Article. Refer to the Article for an explanation.This example...

View Article


ASPxGridView - Batch Editing - How to display save and cancel buttons only...

UPDATED:Starting with v18.2, if a grid contains modified data, it displays a confirmation message before a grid performs a postback or a callback. The KeepChangesOnCallbacks property specifies whether...

View Article


GridView - Batch Editing - How to display save and cancel buttons only after...

Files to look at: • HomeController.cs (VB: HomeController.vb) • Model.cs (VB: Model.vb) • _GridViewPartial.cshtml (VB: _GridViewPartial.vbhtml) • Index.cshtml (VB: Index.vbhtml)UPDATED:Starting with...

View Article

GridView - How to display a hyperlink in templated column

This example illustrates how to use the MVCxGridViewColumn.SetDataItemTemplateContent(Action`1) Method to display a hyperlink in a specific column. The hyperlink parameters (text, navigate url) are...

View Article

How to validate appointment items on adding or editing them in SchedulerControl

SchedulerControl provides the AppointmentAdding and AppointmentEditing events. You can use them to implement validation. This example illustrates how you can show a warning message to users when an...

View Article


Image may be NSFW.
Clik here to view.

How to: Create a Drill-Down Chart

This example demonstrates how to display master-detail data in the same chart.You can only use the Drill-Down functionality when chart series are generated by series templates. • Use...

View Article

How to: Create regular and recurrent appointments at the view model level

This example illustrates how to add a new regular or recurrent appointment programmatically when the Scheduler is in bound mode.NOTE: It's essential that your data source type implements the...

View Article

Diagram for MVC - Node and Edge data sources - How to bind the extension to...

The DevExpress ASP.NET MVC Diagram extension provides the Bind(object nodeDataObject, object edgeDataObject) method that allows you to load a tree or a graph structure from two data sources: the...

View Article


How to set the Binding property of GridColumn created with the...

This example demonstrates an approach that can be used to set the Binding property of a GridColumn generated from a template.

View Article


Diagram for MVC - Tree from Linear Data Structure - How to bind the extension...

The DevExpress ASP.NET MVC Diagram extension can build a tree structure from a linear data structure. Use the Bind(object nodeDataObject) method to bind the Diagram to the data source.To transform a...

View Article

Diagram for MVC - How to bind containers to an in-memory data source

This example demonstrates to bind the Diagram control to an in-memory data source and wrap shapes in horizontal and vertical containers. You need to use the ContainerKey property to specify the name of...

View Article

RichEdit Angular Application

This example is a ready-to-use client Angular application with the DevExpress RichEdit component.Documentation: Add RichEdit to an Angular Application Requirements • To use the RichEdit control in an...

View Article

How to load an excel file to the server using ASPxUploadControl and display...

This example shows how to load an excel file from your computer to the server using ASPxUploadControl and then display its data in ASPxGridView. To do this, you first need to place the ASPxGridView and...

View Article


DataGrid - Master-Detail - Access every detail grid from code

This example illustrates how to access the detail DataGrid instance from the onClick event handler of the button placed to the masterDetail template.The main idea is to generate every detail grid's id...

View Article

ASPxGridView - Batch Edit - How to use EditItemTemplate with DataItemTemplate

This example shows how to use DataItemTemplate and EditItemTemplate in Batch Edit mode. The templates use ASPxRatingControl as content. Follow these steps: 1. Add ASPxGridView to your page and...

View Article


How to Display Master-Detail Tables in Separate Grid Controls

Description: How to display master-detail tables in two different grids? A master table should be displayed in one GridControl. Another GridControl should contain details for the selected master row in...

View Article

Form - Custom items

This example illustrates how to define items with templates:First item uses the embedded dxTextBox editor with the capability to validate its value. Validation is implemented based on the syncronized...

View Article


Image may be NSFW.
Clik here to view.

How to Localize the Reporting Controls in a JavaScript Application with...

This example includes the server-side (backend) application that is an ASP.NET MVC application created from the DevExpress Visual Studio template as described in the Report Designer's Server-Side...

View Article

Image may be NSFW.
Clik here to view.

How to Localize the Reporting Controls in an Angular JavaScript Application

This example includes the server-side (backend) application that is an ASP.NET MVC application created from the DevExpress Visual Studio template as described in the Report Designer's Server-Side...

View Article

Image may be NSFW.
Clik here to view.

How to: Group Fields

The following example demonstrates how to combine fields into a group.In this example, two fields ("Country" and "Customer") are combined into a new group at design time, and another two fields...

View Article
Browsing all 7205 articles
Browse latest View live