How to define a report dynamically in the Web application
This example illustrates how to create a report dynamically in the web applicationQuestion CommentsAdded By: drzej at: 12/13/2014 4:48:02 PM aspx is only for dx 8.3Added By: Andrew L (DevExpress...
View ArticleASPxReportDesigner - How to create an ASP.NET End-User reporting application...
This example demonstrates how to create an End-User Reporting Application similar to a WinForms application that stores reports in the web server's filesystem. The ASPxFileManager control is used to...
View ArticleASPxGridView - How to hide the EditForm editor and column caption...
To implement this functionality, you can set the GridColumnEditFormSettings.Visible property in the ASPxGridView.BeforeGetCallbackResult event handler.See Also:ASPxGridView - How to adjust Edit Form...
View ArticleASPxGridView - How to adjust Edit Form layout using the...
In this example, the Edit Form layout is customized by using the EditFormLayoutProperties property. The CategoryID column's editor is set to ASPxComboBox. The ProductID column's editor is displayed...
View ArticleHow to: Share One Common Element in All DXTabControl's Tabs
This example demonstrates how to place the DXDocking component inside the DXTabControl, so the DXDocking would be common for all tabs.
View ArticleHow to display progress information about server-side callback processing
Sometimes a server-side operation, which is initiated via a callback request sent by the ASPxCallback control, may take much time (for instance, when a lot of data is obtained and being processed on...
View ArticleHow to: Implement the report management functionality by using...
Question CommentsAdded By: Andrew King at: 2/22/2016 5:48:37 PM Does the PerdefinedReport tag have a ItemsSource or similar that I can attach a collection of reports to?Added By: Andrey K...
View ArticleHow to put a custom UserControl in a GridView cell
OBSOLETE:This example is obsolete. We've introduced the RepositoryItemAnyControl class and the corresponding IAnyControlEdit interface in v14.2, which can be used for this purpose. See the How to...
View ArticleHow to create a GroupControl descendant that paints its caption in the old...
Our GroupControl container control paints a caption as a stylish colored box. Its caption blends well with other skinnable DevExpress controls, but sometimes our customers just want to display a simple...
View ArticleHow to print from the RichEditDocumentServer
This example demonstrates how to use a PrintableComponentLink to print from the RichEditDocumentServer. An instance of the RichEditDocumentServer loads a document, inserts a datetime stamp in its...
View ArticleHow to configure dxDataGrid with Angular Approach
This example demonstrates how to display data from a data source in dxDataGrid created using the AngularJS approach.See also:Configure Widget - Angular ApproachQuestion CommentsAdded By: Marion...
View ArticleHow to disable rows in GridControl based on their values
This example demonstrates how to disable rows in GridControl based on their values. To disable a row, it is necessary to customize its style and prevent its editing by handling the ShowingEditor...
View ArticleHow to: Store file attachments in the file system instead of the database
ScenarioThe FileSystemData module provides the FileSystemStoreObject and FileSystemLinkObject classes that implement the IFileData interface for the use with our File Attachments...
View ArticleHow to implement Smart ColumnAutoWidth mode
The XtraGrid provides two built-in column resizing modes: manual and automatic. You can choose one using the GridView.OptionsView.ColumnAutoWidth property. However, in Auto mode the horizontal...
View ArticleHow to use jQuery to drag and drop items from one ASPxGridView to another
The example demonstrates how to use the jQuery framework to drag an item from one grid to another.- Use jQuery UI Draggable and Droppable plug-ins;- Define "draggable" and "droppable"...
View ArticleDXScheduler Getting Started - Provide Bars UI for a Scheduler
This example demonstrates how to provide end-users with basic functionality for switching and navigating views, and grouping scheduler's data via bars UI.
View ArticleDXScheduler Getting Started - Provide Ribbon UI for a Scheduler
This example demonstrates how to provide end-users with basic functionality for switching and navigating views, and grouping scheduler's data via Ribbon UI.
View ArticleDXScheduler Getting Started - Create a Custom Edit Appointment Form
This example demonstrates how to bind a scheduler control to data with custom fields and provide end-users with the capability to edit these fields in a custom Edit Appointment form.
View ArticlePopupControl - How to display the control after executing controller code
This example illustrates several approaches to display the PopupControl extension after performing server-side processing. In the simplest scenario we use the PopupControlSettingsBase.ShowOnPageLoad...
View ArticleGridView - How to implement navigation by Up/Left/Down/Right keyboard arrows...
This example illustrates how to implement custom keyboard navigation in Batch Edit mode. The main idea is to handle the keydown event for the grid's HTML table and manually switch the next cell to...
View Article