ASPxDropDownEdit - how to get selected values from the listbox on the server...
Selected values of the ASPxListBox that is placed in the DrowDownWidnowTemplateContainer are collected on the client side using the GetSelectedValues() method and saved in a HiddenField. On the server...
View ArticleHow to convert numeric price into word representation using the XtraReports...
If you're an owner of the Universal or the Document Server subscriptions, you can use our built-in NumberInWords class to achieve this goal.
View ArticleHow to drag and relocate the entire series of recurring appointments
This example utilizes the AppointmentDrop event to delete the occurrences of the recurring appointment and specify strat/end properties of the recurrence pattern.
View ArticleHow to connect different ORM data models to several databases within a single...
ScenarioThis example demonstrates how to create custom XAF modules with custom business objects and logic that would work with separate databases. These modules do not depend on each other and thus can...
View ArticleHow to: Create a file explorer via Breadcrumb Edit control
This example demonstrates how to implement a File Explorer using the DevExpress Breadcrumb Editor.Question CommentsAdded By: Zhonglun Cai at: 3/31/2015 8:02:10 AM Do you have any sample solution...
View ArticleHow to bind a report at design time and provide data at runtime
This example demonstrates how you can use the System.Windows.Forms.BindingSource component to bind a report at design time, and provide actual data at runtime.In this example, the application contains...
View ArticleHow to create a report dynamically in the ASP.NET MVC application
This example illustrates how to create a report dynamically in the ASP.NET MVC application.See also:How to use XtraReports in an ASP.NET MVC applicationHow to link the Document Viewer with an external...
View ArticleHow to use XtraReports in an ASP.NET MVC application
This sample demonstrates a simple ASP.NET MVC application that contains a static report and shows its print preview on the Web page.See also:How to create a report dynamically in the ASP.NET MVC...
View ArticleHow to link the Document Viewer with an external Ribbon control
See also:How to use XtraReports in an ASP.NET MVC applicationHow to create a report dynamically in the ASP.NET MVC application
View ArticleHow to change XLSX data format settings when exporting the Grid to XLSX format
Starting with version 14.2, we introduced new data-aware export. This export engine is used by default according to the static ExportSettings.DefaultExportType property. Various data shaping options...
View ArticleHow to show checkboxes for only a specific level
This example demonstrates how to hide unnecessary checkboxes in a TreeList.Question CommentsAdded By: Andrew Abel at: 6/17/2014 8:33:29 AM Can you explain what the SpinEdit is for?Added By: Alexey Z...
View ArticleHow to support paging in DXGrid by implementing the IPagedCollectionView...
The PagedCollectionView class is taken from the Silverlight Toolkit sources.The DataPager control is bound to the paged source and used to navigate between pages.
View ArticleHow to implement data paging
Silverlight supports the data paging mechanism natively. In the meantime, there are no easy approaches to implementing the IPagedCollectionView interface in WPF.The easiest way to implement data paging...
View ArticleASPxGridView - How to make a row visible if the grid uses a composite key
You can work with composite keys almost like you do with the usual single value keys. The only difference is that composite key in DevExpress controls contains several values separated by the "|"...
View ArticleHow to show detail information in a separate ASPxGridView
This example demonstrates how to use two ASPxGridView instances to show the master-detail data. Detail data is displayed in an external ASPxGridView when a master ASPxGridView's focused row index is...
View ArticleHow to implement the "Insert Document Field" dialog (WinForms version)
This example demonstrates how to implement a custom "Insert Document Field" dialog to insert fields with corresponding formatting attributes into RichEditControl documents.All fields are inserted into...
View ArticleHow to: Use DispatcherService
This example demonstrates how to use the DispatcherService.
View ArticleHow to implement the "Insert Document Field" dialog (WPF version)
This example demonstrates how to implement a custom "Insert Document Field" dialog to insert fields with corresponding formatting attributes into a WPF RichEditControl document.The main idea of this...
View ArticleHow to load only Data Sources information from an SNX file into a SnapControl...
The main idea of the demonstrated approach is to load a corresponding SNX template into a temporary SnapDocumentServer instance and copy items from the SnapDocumentServer.Document.DataSources...
View ArticleHow to execute commands in Print Preview
This example demonstrates how to execute printing system commands in a report's preview. This may be necessary, for example, to emulate a particular action performed when an end-user clicks on a...
View Article