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 ArticleASPxGridView - 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleWPF 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 ArticleHow 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 ArticleHow 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 ArticleScheduler - 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 ArticleHow 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 ArticleGetting 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 ArticleASPxComboBox - 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleOBSOLETE - 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