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

How to shift CheckedListBox items when multiselection is enabled

This example demonstrates how shift a CheckedListBoxItem caption and check box when the CheckedListBoxControl.SelectionMode is set to SelectionMode.MultiExtended or SelectionMode.MultiSimple.

View Article


ASPxGridView - How to implement a popup Edit Form for GridView in Batch Edit...

In this example, ASPxGridView is used in Batch Edit mode. Clicking editable cells or the add new row button displays a custom Popup Edit Form.Edit forms fields are filled using the...

View Article


How to: Use EnumItemsSourceBehavior

This example demonstrates how to use the EnumItemsSourceBehavior.Question CommentsAdded By: Oliver Harrendorf at: 9/4/2015 5:53:57 AM    Hi,did this also works for the WPF RibbonControl? I ask because...

View Article

How to add a new row to a grid by typing in a New Item Row in a similar...

If you want to exactly emulate the standard DataGridView behavior, i.e. the new item row should appear immediately after typing in a column's cell, you need to introduce this functionality manually....

View Article

How to implement a custom LookUpEdit supporting Server Mode

The current LookUpEdit version does not allow using Server Mode datasources. This example demonstrates how to create a custom editor that allows using them.Question CommentsAdded By: Andrew Thornton...

View Article


How to show long text in the PreviewRow using the ASPxCallback control

This example demonstrates how to load a long text line for the ASPxGridView to show it in the PreviewRow template using the ASPxCallback control. It uses callbacks technology for better performance.See...

View Article

How to manually draw NavBarControl's links

This example demonstrates how to manually draw an item's caption to avoid text truncating when its font is different for the item's states.Question CommentsAdded By: Matthias Ramp at: 9/7/2015 12:14:57...

View Article

How to raise XAF callbacks from client-side events and process them on the...

Scenario:It is necessary to execute server-side code that requires refreshing the current View as a response to user actions in an ASP.NET application. For example, show the first navigation item when...

View Article


How to display detail data within a popup window (MVC)

This example contains a Customers grid with a hyperlink column. When a hyperlink is clicked, a popup window is opened to display detail data - orders - of a given customer. Orders is the GridView...

View Article


WPF Report Designer - How to create a custom data source wizard

This example demonstrates how to create a dialog that allows end-users create a new report and customize its Data Source in the WPF Report Designer.I used the DevExpress MVVM Framework and...

View Article

Image may be NSFW.
Clik here to view.

How to: Execute a Stored Procedure from the Workflow Activity

When using XPO, you can call the Session.ExecuteSproc method to execute a stored procedure. Use the TransactionalGetObjectSpace activity to obtain an underlying instance of the XPObjectSpace class and...

View Article

Image may be NSFW.
Clik here to view.

How to manage users (register a new user, restore a password, etc.) from the...

ScenarioThis example contains a reusable Security.Extensions module that provides a possible solution for the following scenarios:Security - provide the capability to register a new user from the logon...

View Article

Scheduler - Best practices

This example illustrates the most reliable approach to define the Scheduler extension in your MVC application with the capability to perform CRUD operations. The main principal is isolation of...

View Article


Image may be NSFW.
Clik here to view.

How to search and focus nodes in the Tree List editor

Scenario:By default, XAF provides the following capabilities to filter List Views: Filter List Views. In some cases, these filtering techniques may be inappropriate for a Tree List, since they filter...

View Article

Getting started lesson 1 - create a simple unbound chart

This example contains an application built in the ASP.NET MVC Chart Control Getting Started Lesson 1.

View Article


ASPxComboBox - How to "autogenerate" columns

The example shows how to make ASPxComboBox "autogenerate" columns. You have not included them in the markup of the page. It uses SqlDataSource to bind ASPxComboBox to a database. If you are using...

View Article

How to dynamically size an image to make it fit into the entire page client area

This example demonstrates how to dynamically change the report control (XRPictureBox) size to make it take the entire report client area and reflect the page changes made by an end-user. In fact, this...

View Article


How to anchor controls to the top-right side when document margins are...

This example illustrates how to make all reports "page-sensitive" (page size, margin sizes, etc.), and to anchor controls to top and left sides like regular WinForms controls do. To accomplish this...

View Article

How to implement multi-row editing in the ASP.NET ListView

The ASPxGridListEditor does not natively support multi-row editing. It is recommended to either use the single-row inline editing by setting the AllowEdit property of the ListView model to True in the...

View Article

OBSOLETE - How to reset View customizations made by end-users

===================================This example is now obsolete. Instead, use a solution from the http://dennisgaravsky.blogspot.com/2015/09/how-to-reset-view-customizations-made.html blog...

View Article
Browsing all 7205 articles
Browse latest View live