How to bind a pivot to an OLAP cube in an MVC solution
This example demonstrates how to bind an MVCxPivotGrid component to an OLAP source using the PivotGridExtension.BindToOLAP method.
View ArticleHow to pass a parameter to a web report
This example demonstrates how a parameter can be passed to a Web report.To do this, add the catId parameter to a report, and then set its value appropriately to the currently selected item in the...
View ArticleHow to assign a custom context menu for GridDashboardItem in ASPxDashboardViewer
This example demonstrate how to add a custom context menu to GridDashboardItem using the ItemWidgetCreated event. In this event handler you will need to get internal control using the GetWidget method...
View ArticleASPxDocumentViewer - How to implement a custom toolbar
This example demonstrates an outdated approach to implementing a custom toolbar. Refer to the How to link the Document Viewer with an external Ribbon control example to see how to create an external...
View ArticleDocument Viewer - Ribbon - How to customize the list of export formats
This example illustrates how to hide specific export formats available in the Document Viewer toolbar. To accomplish this task, create an external Ribbon toolbar and assign it to the Document Viewer....
View ArticleHow to link the Document Viewer with an external Ribbon control
This example demonstrates how to create an external Ribbon toolbar and assign it to the Document Viewer.To add a Ribbon extension to a view, call the ExtensionsFactory.Ribbon helper method. This...
View ArticleHow to update MVCxChartControl control according change made in the attached...
This example illustrates how to manually update a chart according to pivot changes. To do that it is necessary to call the chart's MVCxClientChart.PerformCallback method. You can call it from the...
View ArticleHow to emulate an editable GridLookUpEdit with PopupContainerEdit
This example illustrates how to implement an analog of GridLookUpEdit that allows editing of GridControl data. The following approach is used: create a PopupContainerEdit, assign a panel to...
View ArticleHow to preview a report in an ASP.NET MVC application
This sample demonstrates a simple ASP.NET MVC application that contains a data-aware report and shows its print preview on the Web page using the Web Document Viewer control.See also:How to create a...
View ArticleMVVM - How to implement cascading LookUpEdits
See the MVVM - How to implement cascading LookUpEdits KB article for more details.Question CommentsAdded By: Ramin Zarei at: 10/3/2016 1:29:08 AM Hi. what is purpose of protected here. Shouldn't we...
View ArticleHow to customize PDF print output
You can change print settings for each printed page in the PdfDocumentProcessor.PrintPageand PdfDocumentProcessor.QueryPageSettings event handlers.In this example the second document page is printed in...
View ArticleHow to implement running total using ASPxGridView
This example demonstrates how to implement a running total summary using the ASPxGridView unbound column. In this example, we create an unbound column and handle the...
View ArticleHow to pass a dashboard parameter to a filter string in code
The following example demonstrates how to create a new dashboard parameter and pass it to a dashboard item filter string.In this example, the dashboard data source contains two queries - the...
View ArticleHow to pass a dashboard parameter to a calculated field's expression in code
The following example demonstrates how to create a new dashboard parameter and pass it to a calculated field's expression.In this example, the dashboard connects to the Northwind database and selects...
View ArticleHow to pass a dashboard parameter to a custom SQL query in code
The following example demonstrates how to create a new dashboard parameter and pass it to a custom SQL query.In this example, the dashboard parameter is passed to the custom SQL query parameter's...
View ArticleHow to implement the drag-and-drop capability to re-order rows and drop them...
We have implemented GridDragDropManager behavior in the grid extentions library. This attached behavior allows you to include the drag and drop support in your application more easily than the old...
View ArticleHow to create a DiagramShape descendant and serialize its properties
This example demonstrates how to serialize custom data using DiagramControl's serialization mechanism. In the example, the Content property of diagram shapes is loaded from data objects every time the...
View ArticleHow to generate and assign a sequential number for an XPO business object...
ScenarioThis is a variation of the How to generate and assign a sequential number for a business object within a database transaction, while being a part of a successful saving process XPO example,...
View ArticleHow to: Implement a Custom Search Provider
This example demonstrates how to create a custom search provider.
View ArticleHow to use UI widgets in desktop web applications
This example is an illustration of the How to use PhoneJS widgets in desktop web applications. Refer to the Article for an explanation.Question CommentsAdded By: Chandru Nagrani 2 at: 10/6/2016...
View Article