ASPxGridView - How to apply a filter to a column on the server side
This example illustrates how to filter a grid using the outside text box. To apply a filter to a particular column, perform a callback to the grid and call an instance of the AutoFilterBy method. See...
View ArticleHow to implement a custom XPO Membership Provider
The example is based on a couple of articles regarding custom Membership and Roles provider implementation using the XPO framework. The XPO framework has a great advantage, allowing you to store...
View ArticleHow to replace the cursor with a thumbnail image while dragging a row in...
This example demonstrates how to replace the standard cursor with a transparent image of the dragged row during a drag-and-drop operation in GridViewExample CommentsAdded By: Rennie Petersen at:...
View ArticleHow to display different images when an end user switches the Large Icons...
This example shows how to display different images when an end user switches the Large Icons option within the Bars customization form.See Also:How to display different images when an end user switches...
View ArticleHow to display custom text next to a check box within the same cell
This example shows how to use TreeList.CustomDrawNodeCell and TreeList.ShowEditor events for displaying custom text next to a check box within the same cell.See Also:How to display custom text next to...
View ArticleHow to use DXGrid in Server Mode with Entity Framework 4.0+
This is an example of using the DXGrid in Server mode, bound to Entity Framework 4.0+ classes. It uses the LinqServerModeSource data source. The example fetches data from the Northwind database on a...
View ArticleBinding Master and Detail focused rows to ViewModel objects
This example demonstrates how to use ViewModel properties to track and control focused row changes both for Master and Detail grids. This capability is achieved by creating attached behavior that...
View ArticleSpreadsheetControl API Part 02
This example demonstrates how to use the SpreadsheetControl API to programmatically manage spreadsheet documents.This sample introduces API properties and methods used to perform the following...
View ArticleHow to Create a Custom Column Chooser
This example shows how to create a custom standalone Column Chooser, and display it within the Expander control.
View ArticleHow to create a Master-Detail report
This example shows how the MailMerge feature enhanced with the DOCVARIABLE field specifics with the help of the RichEditDocumentServer text processing engine empowers the users to accomplish complex...
View ArticleHow to add custom menu item to column's filter dropdown list.
This example demonstrates how to add a "(Custom)" menu item to a column's filter dropdown list, which allows showing the Custom AutoFilter window in the same manner as the one used in the WinForm...
View ArticleReport Storage for the End-User Report Designer
The following example demonstrates how to implement a report storage to persist report definitions in a database or in any other custom location. This may be useful when providing end-users with the...
View ArticleInline pictures in RichEditControl
This example illustrates different methods used to create and insert inline pictures in the XtraRichEdit.
View ArticleHow to separate data between employees and managers of different departments...
This example demonstrates how to use the new security system to implement the subject:- Users (Joe, John) can view and edit their own tasks, but cannot delete them or create new ones. They also have...
View ArticleHow to create an ASPxGridView with custom pager with the "Selecting a page...
A custom pager implementation can be performed by using separate controls. However, under certain circumstances (due to the control hierarchy recreation), it is difficult to implement this feature...
View ArticleHow to create a custom pager for the ASPxGridView with the "Selecting a page...
A custom pager implementation can be performed by using separate controls. However, under certain circumstances (due to the control hierarchy recreation), it is difficult to implement this feature...
View ArticleHow to display a hint popup for the edit field
This example shows how to place several ASPxControls on one line using divs with the floating style. The ASPxImage.ToolTip property is used to display a popup hint for the edit field.See Also:How to...
View ArticleHow to allow Link/Unlink objects for a ManyToMany collection property when an...
Note: This solution can be applied only to the old Security System. In the new Security System, you can configure member permissions to grant access to the associated collections.This example...
View ArticledxMap - How to display step by step directions
This example illustrates how to display step by step directions using Google Maps API. See the Directions Steps topic to learn more.
View ArticleHow to bind dxLookup to WebService
This example illustrates how to bind the dxLookup to a WebService using the DataSource object. Note that when you are using the DataSource with the dxLookup widget, it is also necessary to implement...
View Article