OBSOLETE - GridView - How to enable unobtrusive validation for inline edit form
Starting with DevExpress 14.1, the ASP.NET MVC GridView extension fully supports the unobtrusive client validation for built-in edit forms. Refer to the Support unobtrusive validation for the...
View ArticleOBSOLETE - How to enable unobtrusive validation for GridView using the...
Starting with DevExpress 14.1, the ASP.NET MVC GridView extension fully supports the unobtrusive client validation for built-in edit forms. Refer to the Support unobtrusive validation for the...
View ArticleOBSOLETE - How to implement collapsible ASPxRoundPanel
Starting with version v2014 vol 1 (v14.1), this functionality is available out of the box:S19663: ASPxRoundPanel - Implement the collapsible functionalitySimply set the...
View ArticleHow to change a modified cell appearance
On the object level implement the Dictionary collection that includes a property-state pair to determine the cell state for the current object property.Change the ValueState value when a cell is being...
View ArticleHow to draw thick cell borders by handling the CustomDrawCell event
This is a sample project for How to draw a thick border for a grid cell Knowledge Base article.See Also:How to draw thick cell borders via a custom XPaint classQuestion CommentsAdded By: Benjamin Simon...
View ArticleHow to use jQuery to drag and drop items from one ASPxGridView to another
The example demonstrates how to use the jQuery framework to drag an item from one grid to another.- Use jQuery UI Draggable and Droppable plug-ins;- Define "draggable" and "droppable"...
View ArticleHow to create a custom exporter for the ASPxPivotGrid control by using the...
This is an ASP version of the How to create a custom exporter for the PivotGridControl by using the XtraReport suite example.Question CommentsAdded By: Vijay Macha at: 8/19/2014 7:19:47 PM Hi Can we...
View ArticleHow to implement editing in the Preview Form
The following example demonstrates how to edit a report's content in its Print Preview. To accomplish this task, handle the PreviewDoubleClick event of required controls, store their position and...
View ArticleHow to perform ASPxGridView instant updating using different editors in the...
UPDATED:Starting with version 13.2, the ASPxGridView control offers the basic "Batch Editing Mode" functionality that allows accomplishing a similar task with less effort and does not require so much...
View ArticleASPxGridView - Multi-Row Editing
UPDATED:Starting with version 13.2, the ASPxGridView control offers the basic "Batch Editing Mode" functionality that allows accomplishing a similar task with less effort and does not require so much...
View ArticleHow to implement the multi-row editing feature in the ASPxGridView
UPDATED:Starting with version 13.2, the ASPxGridView control offers the basic "Batch Editing Mode" functionality that allows accomplishing a similar task with less effort and does not require so much...
View ArticleCustom client-side logic implementation in the grid with multi-row editing
UPDATED:Starting with version 13.2, the ASPxGridView control offers the basic "Batch Editing Mode" functionality that allows accomplishing a similar task with less effort and does not require so much...
View ArticleImplement on-demand data posting (batch data update)
UPDATED:Starting with version 13.2, the ASPxGridView control offers the basic "Batch Editing Mode" functionality that allows accomplishing a similar task with less effort and does not require so much...
View ArticleHow to perform GridView instant updating using different editors in the...
UPDATED:Starting with version 13.2, the GridView control offers the basic "Batch Editing Mode" functionality that allows accomplishing a similar task with less effort and does not require so much extra...
View ArticleHow to implement the multi-row editing feature in the GridView
UPDATED:Starting with version 13.2, the GridView control offers the basic "Batch Editing Mode" functionality that allows accomplishing a similar task with less effort and does not require so much extra...
View ArticleOBSOLETE - How to Add the Back and Forward Buttons to an MDI Application
=================================This article is obsolete starting with v10.1. Use the built-in feature of the Document Manager component instead: Document Selector =================================The...
View ArticleASPxGridView - How to implement cascading comboboxes in Batch Edit mode
The concept of cascading combo boxes requires sending a callback to the server to get data for the second editor based on the first editor's selected value. In the meantime, it's impossible to send...
View ArticleHow to configure a range distribution of ChoroplethColorizer
To do this, set the LinearRangeDistribution, LogarithmicRangeDistribution or ExponentialRangeDistribution object to the ChoroplethColorizer.RangeDistribution property.Note that if the...
View ArticleHow to bind SchedulerControl to SQL Server database
This example demonstrates how to bind the SchedulerControl to a database located in MS SQL Server 2005.The basic steps to create this example are equivalent to the steps described in Lesson 1 - Bind a...
View ArticleHow to bind a date-time chart range control client to a datasource and...
This example demonstrates how to set up a range control with the date-time chart client to display a chart with date-time data in the range control's background. In order to provide data to a chart...
View Article