Quantcast
Channel: DevExpress Support Center (Examples)
Browsing all 7205 articles
Browse latest View live

How to customize PrintDialog and show the default .Net PrintDialog

This example illustrates how to customize PrintDialog in PrintPreview. Note :To show the default .Net Print Dialog instead of our PrintDialog, execute the following code...

View Article


How to store data to a local file using PhoneGap API

This example demonstrates how to store data to a local file using PhoneGap API. To access a corresponding API, it is necessary to add a link to the cordova.js file.This example can be tested only on a...

View Article


Image may be NSFW.
Clik here to view.

How to connect to a remote data service instead of using a direct database...

ScenarioIn this example, we will create a WCF IDataStore service that will be used by our client (Console Application) as a data layer. Instead of the direct connection to the database, our client will...

View Article

How to enable GridView to highlight text, matching text typed in the...

This sample illustrates how to enable GridView to highlight text, matching text typed in the AutoFilterRow. For this we used the GridView's CustomDrawCell event and the DrawMultiColorString method...

View Article

How to use the ASPxGridView control (with the enabled vertical scrollbar) in...

This example demonstrates how to resize the ASPxGridView control based on the browser window size.See Also:How to use the ASPxPageControl control in a Full Screen mode (100% browser Width and...

View Article


How to apply the running total feature for a specific data field only

This example demonstrates how to show running totals for one field, while displaying typical total summaries for another.See Also:Add the capability to specify data fields for the RunningTotals feature...

View Article

How to implement a Document Preview in a Silverlight application

This example demonstrates how you can add XtraReport to a Silverlight application and show its Document Preview from where it can be printed and/or exported to a variety of popular formats (notably...

View Article

How to remove standard bar items and add custom ones to the DocumentPreview...

This example demonstrates how to customize the DocumentViewer control's toolbar (either BarManager or RibbonControl).In particular, it shows how to remove a standard button from it and add custom...

View Article


How to share the same SiteMap between ASPxMenu and ASPxSiteMapControl placed...

This example illustrates how to share the same SiteMap between ASPxMenu and ASPxSiteMapControl placed to show information from different SiteMap node levels. Here are steps you need to execute:- Place...

View Article


How to convert and then print an ASPxGridView by using the XtraReport

This example demonstrates how to dynamically create a report based upon the ASPxGridView control at runtime. This means that all filtering, sorting and grouping conditions selected in the grid are also...

View Article

How to track filter criteria changes in the unbound FilterControl

By default, the FilterControl's FilterCriteria property is updated only after the ApplyFilter method has been called, while the ActualFilterCriteria property does not send notifications when the user...

View Article

Use only one scroll bar for a grid with multiple master/detail levels.

A grid containing a number of groups (master), each with a number of lines (detail) is a representation of an order which is grouped for readability. When a group has a greater number of lines then...

View Article

ASPxSplitter - How to manipulate client-side objects inside a pane with the...

This example demonstrates how to manipulate the client-side programmatic objects inside ASPxSplitter's pane with a specified ContentUrl property.- Get the content IFrame from ASPxSplitter's pane with a...

View Article


How to export the colored ASPxGridView

This example demonstrated how to handle the ASPxGridViewExporter.RenderBrick Event to paint the exported ASPxGridView.Question CommentsAdded By: Smitha at: 5/30/2014 9:37:00 AM    But how do I make the...

View Article

How to change a row style based on a column value

This example demonstrates how to dynamically change the row's appearance based on a specific column's value

View Article


How to search for objects by using all the properties or by using more...

This example provides a possible workaround for the Filtering - Support searching objects by a string through all the properties (or a set of properties) or by more complex criteria suggestion. The...

View Article

How to display a login view as a popup window during navigation between views

This approach can be applied starting with 13.2.9 This example demonstrates how to check whether the user is logged in and display a login view when it is necessary during navigation. It is necessary...

View Article


How to save/print a selected page of a report in a web application

This example illustrates how to save or print current page of the report displayed in the ASPxDocumentViewer control

View Article

WPF Spreadsheet Chart API

This example demonstrates how to use the SpreadsheetControl Chart API to programmatically manage charts in worksheets.The application includes the RichEditControl (at the top) used to display and edit...

View Article

GridView - How to implement and edit many-to-many relations in MVC

This example demonstrates a simple implementation of a many-to-many relationship. The ORM for the data layer is Entity Framework.In this example, clicking on the "Link" button will add a relation...

View Article
Browsing all 7205 articles
Browse latest View live