OData 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: Load a PDF Document from a Stream
This example shows how to load a document from the Stream using the DocumentViewerControl.DocumentSource property. The stream is obtained from the assembly...
View ArticleHow to synchronize GridControl selection and filtes with SchedulerControl
This example describes how to synchronize GridControl selection and filters with SchedulerControl if the grid represents the source scheduler data. Selection synchronization can be achieved by binding...
View ArticleHow to display an image in GridControl
This example demonstrates how to use RepositoryItemPictureEdit to display an image in GridView. The same approach can be used for any View.Refer to the How to force a GridView to display images against...
View ArticleHow to customize a Document Map at runtime
This example demonstrates how to customize a report's document map at runtime. For demonstration purposes, I created a hierarchical tree of bookmarks and make some bookmarks of the first level repeated...
View ArticleFormLayout - How to add fields dynamically via jQuery.ajax
This example demonstrates how to add FormLayout items dynamically by using the jQuery.ajax technology.A partial view containing the FormLayout is placed inside a div container with the defined ID...
View ArticleHow to load a PDF document from a file
The following example illustrates how to load an existing PDF file into the PdfViewer control at runtime using the OpenDocument method. To learn more on supported ways to load data, refer to the...
View ArticleHow to load a PDF document from a Uri
This example shows how to load a document in the PDF Viewer from a Uri using the DocumentViewerControl.DocumentSource property. To learn more on supported ways to load data, refer to the Loading a...
View ArticleHow to insert an extra page between pages of the second report
This example demonstrates how to insert pages of two reports alternately. See also: Combining ReportsHow to: Merge the Pages of Two ReportsHow to insert an extra page after every report bookmark section
View ArticleHow to insert an extra page after every report bookmark section
This example illustrates how to insert an extra page (taken from one report) after each bookmark section of the main report like this: see the screenshot.See also: How to insert an extra page between...
View ArticleHow to customize PDF Viewer Ribbon
The following example shows how to customize PDF Viewer Ribbon.To accomplish this task, it is necessary to override the default PdfViewerControl's RibbonTemplate and add the required bar items to the...
View ArticleHow to provide custom filter functionality for TokenEdit
This example demonstrates how to implement the CustomFilterTokens event that can be used for custom filtering of tokens in TokenEdit's dropdown. To accomplish this task, create a custom TokenEdit...
View ArticleHow to show the appointments search result in SearchResult View for...
Microsoft Outlook allows search for appointments in the calendar by their Subject and show the search result in a separate grid view. This view also provides the capability to open the Appointment Edit...
View ArticleHow to create a report dynamically in a WinForms application
This example illustrates how to generate a report dynamically.For further information please refer to the corresponding article : How to create a report dynamicallyQuestion CommentsAdded By: Daniel...
View ArticleHow to search and focus nodes in the Tree List editor
Scenario:By default, XAF provides the following capabilities to filter List Views: Filter List Views. In some cases, these filtering techniques may be inappropriate for a Tree List, since they filter...
View ArticleHow to place text inside ToggleSwitch
This example demonstrates how to locate a text inside the ToggleSwitch control instead of being located at the side.Question CommentsAdded By: Edhy Rijo at: 12/25/2015 2:39:10 PM Thank you very much...
View ArticleHow to put any control in the RibbonForm header
This example demonstrates how to put any control in the RibbonForm header next to the system buttons. To use this solution in your application, execute the following steps:1. Drop the...
View ArticleHow to implement the Auto Height functionality in RepositoryItemAnyControl
To support the Auto Heightfunctionality in your custom editor, implement the IHeightAdaptable interface for its ViewInfo class and return the required height in its IHeightAdaptable.CalcHeight method....
View ArticleHow to shift ListBoxControl / CheckedListBoxControl items
This example demonstrates how to shift ListBox / CheckedListBox Item.To use this solution in your application, execute the following steps: 1. Drop the ListBoxControl / CustomCheckedListBoxControl...
View ArticleTabbedView - How to convert the default layout to a table one.
This example demonstrates how the default layout of TabbedView can be converted to a table layout using the FreeLayoutModefeature.To use this solution in your application, execute the following...
View Article