How to prompt when the user is about to exit a WinForms application
Scenario A confirmation message appears when the main application window is being closed by a user to avoid accidental closure of the whole application and losing all opened screens:Implementation To...
View ArticleHow to add a custom title to a map vector element
This example illustrates how to add a title to a map's dot. To accomplish this, create a ShapeTitleOptions object and assign it to the MapShape.TitleOptions property. Then, specify the title's text via...
View ArticleHow to customize a web request for a map provider
This example shows how you can implement a custom proxy to make a request to the Bing Maps provider for obtaining map tiles from it.
View ArticleHow to customize the appearance of a map shape element
This example shows how to customize the visual representation of a map shape element (MapRectangle).
View ArticleHow to customize the appearance of a map shape element
This example shows how to customize the visual representation of a map's shape element (MapRectangle).
View ArticleASPxGridView - How to display only filtered values in CheckedList...
According to ASPxGridView design, when the CheckedList HeaderFilter is displayed for a column with a filter applied, it displays all possible column values in the CheckedList. This example illustrates...
View ArticleHow to show tooltips for map shapes
This example illustrates how to display tooltips for shapes loaded from Shapefiles (Countries.dbf, Countries.shp). Note that a tooltip displays information (a country name, population) for each map...
View ArticleHow to show tooltips for map shapes
This example illustrates how to display tooltips for shapes loaded from Shapefiles (Countries.dbf, Countries.shp). Note that a tooltip displays information (a country name, population) for each map...
View ArticleHow to use automatic date-time scale modes of an axis
This example demonstrates how to use date-time scale modes of an axis (both manual and automatic).
View ArticleASPxEditors - How to show a validation image tooltip immediately
The Error tooltip is a standard html title attribute. So, we cannot reduce the delay when displaying it. However, we can use a custom tooltip via the ASPxPopupControl.
View ArticleASPxComboBox - How to implement cascaded combo boxes when using a large data...
This example demonstrates how to implement cascaded combo boxes scenario when a child ASPxComboBox operates in a Dynamic List Population mode1) Enable a "child" ASPxComboBox "Dynamic List Population"...
View ArticleASPxButton - How to implement a custom layout when EnableDefaultAppearance is...
This example demonstrates how to disable EnableDefaultAppearance of ASPxButton and define a custom style for it.- Set the ASPxButton.EnableDefaultAppearance property to "false" to completely define a...
View ArticleASPxGridLookup - How to change the displayed text when all rows are selected
This example illustrates how to display a custom text inside ASPxGridLookup when all rows are selected.To implement this scenario, perform the following steps:Handle the ASPxGridLookup.ValueChanged...
View ArticleASPxGridView - How to show the number of selected rows in the Pager bar
This example demonstrates how to show the number of selected rows in the Pager bar. It is necessary to create a custom PagerBar template for this purpose. This template will contain ASPxLabel that...
View ArticleHow to: Manage documents via WindowedDocumentUIService and...
The WindowedDocumentUIService provides methods to create and show documents as windows. The TabbedDocumentUIService provides methods to create and show documents as tabs. The CurrentWindowService...
View ArticleHow to: Create Custom Summary
The following example demonstrates how to use custom summaries to count the total number of empty cells in a certain grid column.
View ArticleASPxGridView - How to show different popup menu items based on the group row...
This example illustrates how to show different popup menu items based on the group row level. ASPxGridView does not allow determining the clicked row level on the client side. Thus, it is necessary to...
View ArticleHow to: Bind the Grid to ICollectionView
The example shows how to bind the Grid Control to the ICollectionView. Use buttons to select an item in the collection. A checkbox specifies whether the grid's currently selected item is synchronized...
View ArticleHow to Create a TextEdit That Displays a Custom Button
This example shows how to create a simple TextEdit that displays a text field and a button that clears the entered text.
View Article