How to bind a Card dashboard item to data in code
The following example demonstrates how to bind a Card dashboard item to data in code.
View ArticleHow to create a new Dashboard, add a Grid dashboard item to it and bind it to...
The following example demonstrates how to bind a Grid dashboard item to data in code.See Also:How to customize a dashboard layout
View ArticlePrism - How to define Prism regions for various DXDocking elements
Since Prism RegionManager supports standard controls only, it is necessary to write custom RegionAdapters (a descendant of the Microsoft.Practices.Prism.Regions.RegionAdapterBase class) in order to...
View ArticleHow to use the AlertControl in XAF?
See Also:AlertControl ClassHow to: Customize a TemplateQuestion CommentsAdded By: MohammedFarooq at: 10/30/2015 4:56:10 PM Hi There,Is there any sample code for XAF Web Application?
View ArticleHow to provide the ColorSource property for ColorEdit
This example demonstrates how to provide the ColorSource property for the ColorEdit control to bind ColorEdit to a collection of your custom colors. When the ColorSource property is set to a data...
View ArticleHow to export selected appointments to Google Calendar using Google Calendar API
This example illustrates how to export selected appointments to a specific Google Calendar using the Google Calendar API. Google provides the corresponding guidelines regarding the use of this...
View ArticleOData service - How to use stored procedures
This example illustrates how to use stored procedures with OData. You can learn how to map an entity to a stored procedure in this blog: Stored Procedures in the Entity Framework. This blog describes...
View ArticleHow to implement CRUD operations when Entity Framework 5+ is used
This example illustrates how to implement CRUD operations with XtraGrid and EF 5. This approach is also applicable for Entity Framework 6. To get a possibility to commit changes, it is necessary to...
View ArticleHow to modify the appointment editing form for working with custom fields -...
This example illustrates a technique used to customize an appointment editing form to show custom fields.See Also:How to: Modify the Appointment Editing Form for Working with Custom FieldsQuestion...
View ArticleHow to use custom ReportParametersObject to filter detail reports (...
This example demonstrates how to show a filter dialog that can filter a detail report before showing the report preview. For this purpose, a custom ReportParametersObject - MyReportParametersObject -...
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 send authenticated requests to the OData service
This example demonstrates how to send authenticated requests to the OData service. The main idea is to handle the ODataContext.beforeSend event and add login information to the header of your...
View ArticleHow to make a grid column fit all the available space
This example demonstrates how to make a specific grid column fit all the available space of the column headers panel when AutoWidth is disabled regardless of the column visible index.To enable this...
View ArticleHow to generate multi-resource appointments at runtime
This example is created based on the How to: Enable Multi-resource Appointments article and demonstrates how to create a multi-resource appointment in code and add it to the SchedulerControl.Question...
View ArticleHow to: Bind GridControl to DataBase and Implement Master-Detail Mode at Runtime
This example shows how to bind a GridControl to the NorthWind MS Access database and implement master-detail relationships. The GridControl's master View displays data from the Categories table, while...
View ArticleHow to summarize empty cells
The following example demonstrates how to use custom summaries to count the total number of empty cells in a certain grid column.Question CommentsAdded By: Leahs at: 11/4/2015 10:04:17 AM How can...
View ArticleHow to dynamically create a report in an ASP.NET Web Forms application (with...
Description: I need to implement a generic kind of web report viewer to display the result of my SQL query, which accepts some parameters.Solution: This can be done by creating an XRTable control...
View ArticleHow to bind ASPxGridView with manually created columns to different data...
This example shows how to select and bind ASPxGridView to a data source at runtime. The page contains ASPxGridView, ASPxRadioButtonList and three data sources (SqlDataSource). In design mode the grid...
View ArticleCheckComboBox Emulation for multiple editors
This example is based on the CheckComboBox Emulation. The main difference is that the java script code can be applied to several ASPxDropDownEdit controls.Question CommentsAdded By: Schazli Kabir at:...
View ArticleDrag-and-drop data rows from one grid to another
This is an example for the Drag-and-drop data rows from one grid to another Knowledge Base article. Please refer to the article for the explanation.Question CommentsAdded By: Carlos Arias at: 10/9/2012...
View Article