How to print or export a report from code without first previewing it
This sample illustrates how you can print or export a report from code in a Silverlight application.The solution has the following projects:- E3422: a Silverlight client application.- E3422.Web: a web...
View ArticleHow to implement the drag-and-drop capability to re-order rows and drop them...
We have implemented GridDragDropManager behavior in the grid extentions library. This attached behavior allows you to include the drag and drop support in your application more easily than the old...
View ArticleHow to enable Drag and Drop feature in the TreeList
This example shows how to enable Drag and Drop functionality in the TreeList View.
View ArticleHow to select/unselect rows by clicking on them (like Multiple SelectionMode...
This sample shows how to implement the MultiSelection behavior by clicking on rows
View ArticleHow to use Unobtrusive jQuery client validation (StringLength, Required,...
The example demonstrates how to validate a Model using validation attributes applied to the jQuery properties.See also:How to use jQuery validation (StringLength, Required, Range, RegularExpression...
View ArticleHow to use jQuery validation (StringLength, Required, Range,...
The example demonstrates how to validate a Model using validation attributes applied to the Model properties.See also:How to use Unobtrusive jQuery client validation (StringLength, Required, Range,...
View ArticleHow to manage user settings (reset, merge, import, export, etc.) stored in...
Refer to the A reusable XAF module for storing model settings in the database (security system type insensitive!) forum thread for more details about this solution.See also:Core - Provide an easy way...
View ArticleHow to obtain checked nodes
Starting with the 12.1.2 version, you can use the TreeListOptionsBehavior.AllowRecursiveNodeChecking option instead of this sample approach. You can use this example in versions older than 12.1.2. This...
View ArticleHow to disable word wrapping in the Simple view
Problem:Is there any way to turn off word wrapping in the Simple view of RichEditControl?Solution:At present, the Simple view type of RichEditControl does not support this functionality. However, there...
View ArticleSubDocument essentials - simple examples
This example contains code snippets illustrating SubDocument specifics.
View ArticleHow to display a custom field value in a custom appointment template
This example illustrates how to display a custom appointment field value (see How to: Create a Custom Field for an Appointment) in the appointment rectangle. We override the appointment template for...
View ArticleHow to create a Log Viewer application
This example illustrates how to use RichEditControl in a "Log Viewer"-like application. First, we adjust the default view settings in the form's constructor and default document settings in the...
View ArticleA possible implementation of IListServer interface to achieve Server Mode...
The main aim of the sample is to demonstrate one of possible ways to implement Server Mode by implementing the IListServer interface. Because of changes in IListServer implementation, this example has...
View ArticleASPxGridView - How to edit XML file using XmlDataSource
The XmlDataSource control doesn't have the built-in API to edit an XML File specified via the XmlDataSource's DataFile property.So, it's necessary to edit the XML File via the built-in .NET Framework's...
View ArticleMoving items between two list boxes (client-side approach)
This sample demonstrates how to move items from the first ASPxListBox to the second ASPxListBox on client-side.See Also:Moving items between two ASPxListBoxes (server-side approach)
View ArticleHow to implement spell checking for a different culture in a control.
This example shows how to set an appropriate culture to ASPxSpellChecker before it begins spell checking. Note that ASpxSpellChecker should has an appropriate dictionary.
View ArticleHow to emulate the Show Others feature in OLAP mode
This example demonstrates how to synchronize two ASPxPivotGrid controls to emulate the Show Others feature. To accomplish this task, it is necessary to place two equal pivot grids onto the same page....
View ArticleASPxMenu - how to use a menu with a fixed Width in Lightweight render mode
If the ASPxMenu control in which the RenderMode property is set to Lightweight, has a fixed Width and this width is not enough for item images, text and "arrow" divs, then you will see the following...
View ArticleHow to implement a client-side appointment editing form with custom fields
This example illustrates the use of the client-side appointment objects and methods to implement an appointment editing forms with custom fields that operate via client scripts. In this example, popup...
View ArticleASPxGridView - how to create a multilevel master-detail grid dynamically
This example illustrates how to load content into the GridViewDetailRowTemplate container dynamically and bind it to a dynamical datasource
View Article