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 ArticleASPxGridView - 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 ArticleGridView - 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 ArticleGridView - 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleDiagram 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 ArticleHow 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 ArticleDiagram 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 ArticleDiagram 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 ArticleRichEdit 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 ArticleHow 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 ArticleDataGrid - 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 ArticleASPxGridView - 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 ArticleHow 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 ArticleForm - 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 ArticleHow 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 ArticleHow 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 ArticleHow 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