Quantcast
Browsing all 7205 articles
Browse latest View live

How to print or export a report from code in a Silverlight Out-Of-Browser...

Based on the How to print or export a report from code without first previewing it Code Example

View Article


ASPxCheckBoxList - How to emulate ASPxRadioButtonList that allows users to...

Unfortunately, ASPxRadioButtonList does not allow handling the click event for a separate item. Thus, it is better to use ASPxCheckBoxList to allow users to unselect items. Handle the...

View Article


CheckBoxList - How to emulate RadioButtonList that allows users to unselect...

Unfortunately, RadioButtonList does not allow handling the click event for a separate item. Thus, it is better to use CheckBoxList to allow users to unselect items. Handle the SelectedIndexChanged...

View Article

How to create a Liquid Bar chart

The following example demonstrates how to create a 3D Full-Stacked Bar chart with a "liquid" effect.For this, two series are added to the chart - one series contains visible data points and another...

View Article

How to add the ASPxValidationSummary control to ASPxGridView's EditForm

This example demonstrates how to add the ASPxValidationSummary control to ASPxGridView's EditForm:- Specify a custom EditFormTemplate;- Replace auto-generated EditForm editors via the...

View Article


Image may be NSFW.
Clik here to view.

How To: Implement a custom security operation that can be permitted at the...

In the XAF Security System, the following operations can be permitted for a specific type by default: Read, Write, Create, Delete and Navigate. In this topic, an implementation of the additional Export...

View Article

Create a Mobile App in Visual Studio

This is the project that you will get if you go though the Create a Mobile App in Visual Studio tutorial.

View Article

How to bind TextBox to Model property in MVC 3 using the Razor engine

The example is based on the How to use the Razor view engine with DevExpress Extensions for ASP.NET MVC example. It demonstrates how to bind Model property to TextBox extension and pass the entered...

View Article


Correct and incorrect examples of using height=100% in HTML

The main problem with applying height - 100% to HTML elements is that if you wish to set a relative height to an HTML element, all its parent HTML element's 'height' style must be initialized. If there...

View Article


How to get joined tables from the LinqServerModeDataSource using a custom...

This example demonstrates how to get joined tables from the LinqServerModeDataSource by using a custom LINQ query. In the example the server-side LinqServerModeDataSource.Selecting event was handled...

View Article

OBSOLETE - How to skip readonly editors when moving through editors, using...

===============================================================This example is obsolete with version 13.2. Refer to the Usability.Win - Do not tab stop on disabled/readonly editors and columns ticket...

View Article

How to add the possibility to download an image from the ASPxImageGallery

This example demonstrates how to add the possibility to download an image from the ASPxImageGallery by customizing an item's text with the ASPxImageGallery.ItemTextTemplate.

View Article

How to dynamically load a control that supports callbacks into another...

This sample demonstrates how to dynamically load a control that supports callbacks into another control on callback. The sample is created using the ASPxDataView and ASPxCallbackPanel controls.Example...

View Article


How to add a filter TextBox to the XtraPivotGrid Column Chooser

This example illustrates how to add a field filter text box to the PivotGridControl's Column Chooser window (Customization Form). To achieve this goal, handle the ShowCustomizationForm event. In this...

View Article

How to implement dependent views in a DashboardView (filter based on selection)

This example illustrates how to filter a ListView displayed in a DashboardView based on another ListView's selection.Scenario When a DashboardView contains several list views, it is often required to...

View Article


LookUpEdit - Processing New Values

This example shows how to manually initialize a new value and add it to a data source.Update:Starting with version 13.1 of DevExpress controls, you can use the DevExpress MVVM Framework to accomplish...

View Article

ASPxGridView - How to sort header filter items in the descending order

This example demonstrates how to change the header filter items order. The idea is to handle the ASPxGridView.HeaderFilterFillItems event and use the e.Values property that has the OrderByDescending...

View Article


How to print DevExpress ASP.NET controls via XtraReports

This example illustrates how to print and/or export DevExpress ASP.NET controls by embedding them into an XtraReport.In this example an ASPxGridView and WebChartControl are added to a report by using...

View Article

How to create a drill-through report in WPF

This example demonstrates how you can create a drill-through report that displays detail data in a separate report after clicking an entry in the main report.See also: How to create a drill-down report...

View Article

How to: Create a custom chart data source

Sometimes it is necessary to change cell values using custom summary calculation rules. When the custom summary depends on values in other cells, the only possible way to perform a custom calculation...

View Article
Browsing all 7205 articles
Browse latest View live