How to provide custom summary values for Total, Grand Total and ordinary cells
This example is made using the ASPxPivotGrid control. This approach can be used with XtraPivotGrid and DXPivotGrid controls. When the CustomSummary event is used to provide custom values for only Total...
View ArticleASPxGridView - How to make some field editors read-only when editing a row...
This example demonstrates how to set the editor's ReadOnly property based on the grid's state. I.e. it is possible can edit field value while adding a new row, but this editor becomes ReadOnly if we...
View ArticleHow to filter a LookUpEdit by multiple columns
To filter a LookUpEdit by multiple columns, create a LookUpEditStrategy descendant and override the UpdateDisplayFilter method where the filter criteria is set.Question CommentsAdded By: John Kerin at:...
View ArticleHow to use an external ASPxFilterControl to filter XtraReport
This example illustrates how you can use ASPxFilterControl to apply filter to XtraReport
View ArticleHow to access an API of underlying controls in the WinForms Viewer
The following example demonstrates how to customize controls used to visualize data within dashboard items at runtime using DashboardViewer's API.In this example, the following options are changed:-...
View ArticleHow to: Load vector data from Shapefile
This example demonstrates how to load vector data from Shapefile.
View ArticleHow to implement an external filter for the ASPxGridView (ASPxGridView binds...
UPDATED:Starting with version 14.2, GridView provides the built-in Search / Find Panel functionality with the capability to locate it outside grid boundaries. This allows accomplishing a similar task...
View ArticleHow to implement an external filter for the ASPxGridView (ASPxGridView binds...
UPDATED:Starting with version 14.2, GridView provides the built-in Search / Find Panel functionality with the capability to locate it outside grid boundaries. This allows accomplishing a similar task...
View ArticleOBSOLETE - ASPxGridView - creating external filter with the ASPxTextBox and...
UPDATED:Starting with version 14.2, GridView provides the built-in Search / Find Panel functionality with the capability to locate it outside grid boundaries. This allows accomplishing a similar task...
View ArticleHow to implement the "Find" and "Find Next" searching functionality in...
UPDATED:Starting with version 14.2, GridView provides the built-in Search / Find Panel functionality with the capability to locate it outside grid boundaries. This allows accomplishing a similar task...
View ArticleOBSOLETE - How to implement Filter Panel for ASPxGridView control as...
UPDATED:Starting with version 14.2, GridView provides the built-in Search / Find Panel functionality with the capability to locate it outside grid boundaries. This allows accomplishing a similar task...
View ArticleOBSOLETE - GridView - How to implement an external filter
UPDATED:Starting with version 14.2, GridView provides the built-in Search / Find Panel functionality with the capability to locate it outside grid boundaries. This allows accomplishing a similar task...
View ArticleGridView - How to highlight / select rows according to search criteria
UPDATED:Starting with version 14.2, GridView provides the built-in Search / Find Panel functionality with the capability to locate it outside grid boundaries. This allows accomplishing a similar task...
View ArticleWinForms SpreadsheetControl API - Part 2
This example is the second part of the SpreadsheetControl API set of examples that demonstrates how to use the SpreadsheetControl API to programmatically manage spreadsheet documents, without the need...
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 manage users (register a new user, restore a password, etc.) from the...
ScenarioThis example contains a reusable Security.Extensions module that provides a solution for the following suggestions:Security - provide the capability to register a new user from the logon...
View ArticleHow to access API of underlying widgets in the Web Viewer
This example demonstrates how to customize client widgets used to visualize data within dashboard items at runtime using ASPxClientDashboardViewer's API.The following options are changed:- Highlighting...
View ArticleHow to access API of underlying widgets in the MVC Viewer
This example demonstrates how to customize client widgets used to visualize data within dashboard items at runtime using ASPxClientDashboardViewer's API.The following options are changed:- Highlighting...
View ArticleHow to manually add MapBubble items to the map
The following example illustrates how to manually add an array of MapBubble objects to the Map control.Question CommentsAdded By: Zex Marshal at: 1/16/2015 4:53:44 AM how to transparency bubble...
View ArticleHow to use XtraSpellChecker in XAF
ScenarioThis example demonstrates how to incorporate the XtraSpellChecker to XAF applications.Steps to implement1. Copy the Spelling.Win project into your solution and build it;2. Invoke the...
View Article