How to refer to a client-side control within a UserControl, if there is more...
This is an example for article How to refer to a client-side control within a UserControl. There is a UserControl with an ASPxPopupControl control. Two instances of the UserControl are put on a page....
View ArticleHow to specify custom background for DXEditors
In our themes, the Control.BackgroundProperty is defined by several elements with different colors, gradients, margins, paddings and corner rounding. You can't specify this complex functionality with...
View ArticleChange the Field Value Header appearance backcolor or draw it manually
If UserLookAndFeel.Style is equal to Skin, the XtraPivotGrid control uses the Skins technology to draw its content. With this approach, all headers are drawn using a specific bitmap provided by a...
View ArticleASPxCardView - How to add a new card when the edit form is always visible
The following example shows how to make the form used for the card editing always visible. To implement this, add the lines of code given below onto the form page.
View ArticleHow to export AcroForm data to XML
This example shows how a PDF document with AcroForm data (interactive forms) can be exported to an XML format.You can also export the AcroForm data document to FDF, XFDF, and TXT formats using the...
View ArticleASPxGridView - How to display BarCode in a grid column
This example demonstrates how to display BarCode in a grid column by using the Bar Code Library that is shipped with the Document Server product.
View ArticleHow to connect to PostgreSQL and pass a parameter to a DataSet with XtraReports
To run this example, you should do the following:1) Install PostgreSQL on your machine; 2) Install Npgsql .Net Data Provider for PostgreSQL; 3) In your data base, create a table (named "table1") with...
View ArticleHow to create a ButtonEdit descendant that can show a multi-line text like...
This example shows how to create and use a ButtonEdit descendant that will support multi-line text like MemoEdit. This descendant's repository items have three additional...
View ArticleHow to customize information shown in the group row
This example demonstrates how to customize the group row text. One of the ways to do this is to handle the GridView.CustomDrawGroupRow event and set the GridGroupRowInfo.GroupText property to a...
View ArticleDrag & Drop - Copying rows instead of moving them when the CTRL key is pressed
This example demonstrates how to allow a user to copy dragged rows on the modifier key press. A custom attached property is used to determine whether or not the user wants to copy rows. You can adjust...
View ArticleUsing ColorPickEdit popup in PopupContainerControl and PopupControlContainer
This example illustrates how to use the ColorPickEdit popup with PopupContainerControl and PopupControlContainer.Question CommentsAdded By: Marcin Kosieradzki at: 8/22/2015 9:52:06 AM Thank you very...
View ArticleHow to hide a side component's properties from the End-User Designer...
This example demonstrates how to hide connection (ConnectionName and ConnectionParameter) properties of the SqlDataSource component set as a a report's data source.
View ArticleHow to implement a custom Edit Row form
This example demonstrates how to implement a custom form allowing end-users to edit data rows in GridControl. A complete description is available in the How to: Implement a Custom Row Edit Form topic.
View ArticleHow to apply Conditional Formatting in code behind
This example demonstrates how to change Conditional Formatting rules in code behind
View ArticleDashboardDesigner - How to customize data source wizard to display only...
This example demonstrates how to use the DashboardDesigner.DataSourceWizardCustomization to replace the default pages of the data source wizard with custom...
View ArticleHow to define a custom IConnectionStorageService in DashboardDesigner to...
This example demonstrates how to implement a custom IConnectionStorageService and use it instead of the default one in the data source wizard. This service implementation allows only getting connection...
View ArticleASPxCardView - How to handle the ASPxCardView.AfterPerformCallback event
This example illustrates how to handle the ASPxCardView.AfterPerformCallback event to perform simple actions depending on the callback type.
View ArticleHow to customize the Ribbon toolbar in the Banded End-User Report Designer...
This example demonstrates how add two custom items to the Ribbon toolbar of the Banded End-User Report Designer. These custom items allows you to manage the designer's side panel's and toolbox's...
View ArticleASPxMemo - How to limit the text length in the ASPxMemo using the HTML5...
UPDATED:Starting with version v2013 vol 1 (13.1) the ASPxMemo.MaxLength property is available out-of-the-box.Please refer to the S91467: ASPxMemo - Support MaxLength report for more information.This...
View ArticleHow to implement the Copy/Paste feature
This example demonstrates how to parse the clipboard's data to paste rows into the grid. For more information, please see the following KB article: A1266See Also:How to implement the paste from...
View Article