ASPxTreeList - How to get node level on client-side events using HTML attributes
ASPxTreeList does not provide a method to determine a node level on the client side. This example demonstrates how to use HTML attributes to implement this functionality. In this example, the...
View ArticleASPxTreeList: How to Get Node Level on Client-Side Events
ASPxTreeList does not provide a method to determine the node level on the client side. This example demonstrates how to use the ASPxTreeList JSProperties to create this functionality.In this example,...
View ArticleHow to add custom properties to a DetailView dynamically at runtime
Suppose that it is necessary to provide a capability to work with documents. These documents can have various sets of fields, in various orders. To implement this scenario using standard XAF tools, it...
View ArticleXL Export API - Examples
This example demonstrates how to use the XL Export API to create spreadsheet files in XLSX, XLS and CSV formats.This project introduces API properties and methods used to perform the following...
View ArticleASPxGridView - How to upload files in Edit mode and save them in a binary column
This example demonstrates how to implement a possibility to upload and save different files in Edit mode. In this solution, files are saved to the database. It is also possible to immediately delete a...
View ArticleHow to bind the SchedulerControl to a collection of custom objects
This example illustrates how you can bind the XtraScheduler to a collection of custom business objects. To accomplish this task, you should have two collections - one for appointments, another for...
View ArticleHow to reorder ASPxGridView rows using buttons or drag-and-drop
This example demonstrates how to move ASPxGridView rows using buttons or jQuery Drag&Drop.To keep the order of rows, it is necessary to set up an extra column to store row order indexes. Then, sort...
View ArticleGridView - How to implement data editing with hidden column
Problem:I need to hide some columns in the GridView because they are utilized for internal purpose (e.g., rowversion column). At the same time, it is necessary to have these column values in the update...
View ArticleHow to define a custom IConnectionStorageService in DashboardDesigner Wizard...
This example demonstrates how to implement a custom IConnectionStorageService and use it instead of the default one in the data source wizard. This service implementation allows only getting connection...
View ArticleWinForms End-User Report Designer - How to hide a property in the Properties...
This example demonstrates how to hide connection (ConnectionName and ConnectionParameter) properties of the SqlDataSource component set as a a report's data source.WPF: WPF Report Designer - How to...
View ArticleWPF Report Designer - How to hide a property in the Properties window
This example demonstrates how to hide the "DataSource", "DataMember", and "DataAdapter" properties in the End-User Report Designer's Properties window.First, get the Property Grid from the visual tree....
View ArticleHow to allow an end-user to move the rows in a grid up and down if the grid...
This example demonstrates how to swap two rows to move a specific row up or downQuestion CommentsAdded By: dsk96m at: 9/19/2013 9:07:54 AM This code is great, but does not work if you delete a row....
View ArticleASPxCardView - How to create a custom command button
This example shows how to create and customize a custom command button. The custom "Filter" button (CardViewCustomCommandButton) is added to the CardViewCommandLayoutItem.CustomButtons collection. To...
View ArticleHow to access and remove rows by using a custom cell's context menu.
This example shows how to access and remove rows by using a custom cell's context menu.
View ArticleWPF Report Designer - How to customize the reporting popup menu
This example demonstrates how to extend the WPF Report Designer's popup menu with an extra "Show / Hide Grid Lines" menu item which is linked to the XtraReport.DrawGrid property.The main point is to...
View ArticleWinForms End-User Designer - How to customize the popup-menu
This sample illustrates how you can customize the popup-menu that is shown by the right-click onto the Design panel of the Report Designer. In particular, it illustrates the process of adding the...
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 implement custom behavior for an expand button of group rows
This example demonstrates how to expand child rows recursively when a parent group row is expanded. This feature is implemented by handling a client-side RowExpanding event and sending a custom...
View ArticleGridView - How to create a custom "Select Page Size" element with the "Show...
Problem:I wish to implement custom paging elements with the capability to show all records.Solution:Generally, it is possible to override the template for the Pager area using the...
View ArticleHow to customize the underlying database provider options and data access...
IMPORTANT NOTEThis article describes some advanced customization techniques and low-level entities of the framework with regard to data access, which may be required in complex scenarios only.So, if...
View Article