How to enhance performance when handling a large number of appointments
Problem:The Scheduler behaves perfectly well when there is a reasonable amount of appointments to display. However, what if I am required to handle large appointment datasets? If I use the...
View ArticleASPxGridView - How to store a focused row index in cookies
ASPxGridView does not save a focused row in cookies. However, you can add this capability by saving and restoring a focused row index to cookies manually:[JScript]function OnFocusedRowChanged(s, e){...
View ArticleASPxTreeList - How to store a focused node key in cookies
ASPxTreeList does not save a focused node in cookies. However, you can add this capability by saving and restoring a focused node to cookies manually:[JScript]function OnFocusedNodeChanged(s, e){...
View ArticleHow to get additional search results using the Bing Map Search service
This example demonstrates how to provide search for location and keywords using the BingSearchDataProvider.Search method. In this example, the built-in Search panel is disabled (the...
View ArticleASPxGridView - How to store a focused row index in cookies when...
The ASPxGridView does not save a focused row in cookies. However, you can add this capability by saving and restoring a focused row index to/from the cookies manually. If the...
View ArticleHow to use the appearance settings of report elements
This example demonstrates how to assign custom appearance settings (e.g., BackColor, ForeColor, Borders, Font, etc.) to report elements and reset them to their default values, as well as how to make a...
View ArticleHow to customize TimeRuler time scales
This example demonstrates how you can specify format string for displaying time in the TimeRuler's time scale and add a custom (20 min) time slot.
View ArticleHow to get information about a geographical point using the MS Bing Geocode...
This example demonstrates how to obtain information about a geographical point from the Bing Geocode data provider using the BingGeocodeDataProvider.RequestLocationInformation method.To see how it...
View ArticleHow to add a bar code to a report
This example demonstrates how to add bar codes to a report in code.
View ArticleHow to: Create an Action Using the ActionAttribute
This example demonstrates how to create an Action within a persistent class declaration (i.e. how to convert a persistent class method into a SimpleAction or PopupWindowShowAction). The complete...
View ArticleHow to prevent removing a Master object being referenced by other objects and...
This example demonstrates how to implement your classes, to save the referential integrity of your tables when removing master objects being referenced by other objects. This solution is appropriate...
View ArticleHow to use the FlyoutControl
The following example shows how you can use the FlyoutControl.
View ArticleDXCharts Getting Started - Lesson 1 - Create a Simple Chart
This example demonstrates how to create a simple chart, populate it with data and adjust its common settings.
View ArticleGetting Started - Lesson 3 - Using of the Series Template for Auto-Created...
This lesson demonstrates how to add a series template to a chart's diagram, and then automatically bind this template to a datasource.Note that although in this tutorial we will bind the chart to...
View ArticleHow to determine the clicked cell within the OnContextMenu client-side event
To obtain a clicked cell, you should handle the HtmlDataCellPrepared event and subscribe to the cell's oncontextmenu event.Example CommentsAdded By: Midhun Bezawada at: 2/5/2014 6:03:03 AM Thanks a...
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 ArticleASPxComboBox with Large Data Source - How to show information to end-user...
The Combo Box - Filtering a Large Data Source demo illustrates how to filter ASPxComboBox that contains a lot of records. However, when no result is found, ASPxComboBox does not show any information...
View ArticleHow to create a custom Service (ServiceBase's descendant)
Services is a special mechanism that provides the capability to perform View-related actions at the View Model level. This example demonstrates how to create a custom Service (ServiceBase's...
View ArticleHow to show an asterisk in the window title when an object in a View is modified
Scenario This example shows how to customize a window title to add the asterisk mark when an object in the View is modified:Steps to implement1. Copy the...
View ArticleHow to operate a PDF content at runtime
This example demonstrates the capability of a PDF Document Processor to operate a PDF content at runtime.To extract the text of the currently opened PDF file, click File | Extract Text on the Ribbon...
View Article