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

How to to show Top N Values calculated by a certain measure using the Context...

To accomplish this task, it is necessary to enable the Sorting by Summary and Top N Values features simultaneously. To add a custom context menu item, handle the PivotGridControl.PopupMenuShowing...

View Article


ASPxGridView - How to create a header's button that allows ungrouping a...

This example demonstrates how to create a button inside the grid's header that allows ungrouping a column by a click.We will use the HeaderCaption Template to add the UnGroup button to the column's...

View Article


ASPxGridView - Master-detail - How to hide rows that do not have any details

This example illustrates how to show only grid rows that have detail data. If the row detail grid is empty, that row should be hidden.

View Article

ASPxGridView - How to create HyperLink Column whose URL depends on several...

This example demonstrates how to create GridViewDataHyperLinkColumn whose URL depends on several column values. Instead of creating a custom DataItemTemplate (How to use a hyperlink whose argument...

View Article

ASPxGridView - How to copy an alternative row style to the preview row for a...

For this task, handle the ASPxGridView.HtmlRowPrepared event to add the required CSS class for the alternating preview...

View Article


ASPxGridView - Batch Edit - How to change the MaxLength property based on the...

This example illustrates how to change an editor's server-side properties based on the key value if ASPxGridView uses the Batch Edit mode. ASPxMemo placed inside the C3 column has different MaxLength...

View Article

ASPxGridView - How to use a different PopupEditForm caption for row editing...

This example demonstrates how to set a different Popup EditForm caption when editing and inserting a new row.

View Article

How to define global settings for all project controls without creating a...

This example illustrates the second approach described in the How to define global settings for all controls in my project KB article.

View Article


dxDataGrid - Batch Editing - How to select several cells for editing using...

This example illustrates how to allow end used to select more than one cell for editing by holding the CTRL key. Then, when the user changes the editor text, the same text will be entered to all...

View Article


ASPxGridView - How to sae a focused row index to cookies on the server side

The ASPxGridView does not save a focused row in cookies. However, you can add this capability by saving and restoring a focused row index to/from the cookies manually. If the...

View Article

ASPxGridView - Batch Editing - How to update summaries when...

This example illustrates how to modify the ASPxGridView - How to update total summaries on the client side in Batch Edit mode example to correctly calculate the total summary if the...

View Article

ASPxGridView - How to show the live data without refreshing the grid (using...

This example demonstrates how to update data only for several (or all, if it is required) grid columns without refreshing the entire grid. The main idea is to create a custom DataItem template for the...

View Article

ASPxRadioButtonList - How to show both text and value in the bound editor items

This example demonstrates how to show a text and value in items when the ASPxRadioButtonList is bound to a database.

View Article


ASPxGridView - How to specify HeaderCaptionTemplate and prevent the default...

This example demonstrates how to define some control inside a header caption template and prevent a default action for the specified events.1) Define any control in GridViewColumn.HeaderCaptionTemplate...

View Article

GridView - Batch Editing - How to display save and cancel buttons only after...

This example demonstrates how you can hide both Save changes and Cancel changes buttons, and to display them only when modifications have been made to a cell or row by an end-user. See Also:GridView -...

View Article


ASPxGridView - How to turn off sorting for the Customization Window columns

This example illustrates how to turn off sorting for columns that are placed in the Customization Window, i.e. for hidden columns. 

View Article

GridView - How to automatically resize the grid to 100% inside a resizable...

This example illustrates how to set the grid's width and height to 100% when it is placed inside a resizable container. The How to use the GridView extension in a Full Screen mode (100% browser Width...

View Article


ASPxGridView - How to filter a column via ASPxTokenBox with changing the...

This example illustrates how to modify the ASPxGridView - How to use the TokenBox in a Filter template to filter grid's TokenBoxColumn example so an end-user can select a filter operator (And/Or). In...

View Article

How to use GetMainElement/GetInputElement to change control styles on the...

This example is a part of the General technique of changing control elements styles on the client side KB article that demonstrates use of the ASPxClientControl.GetMainElement and...

View Article

ASPxGridView - How to set a different color for the modified cell in Batch...

Starting with version 16.1, this scenario is supported out of the box with the column's BatchEditModifiedCellStyle...

View Article
Browsing all 7205 articles
Browse latest View live


Latest Images