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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleUse 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 ArticleASPxSplitter - 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleWPF 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 ArticleGridView - 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