An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with dxgrid

A curated list of projects in awesome lists tagged with dxgrid .

https://github.com/devexpress-examples/wpf-data-grid-bind-columns-to-viewmodel-collection

Define columns in a ViewModel and display them in the GridControl.

dotnet dxgrid mvvm wpf xpf

Last synced: 21 Jul 2025

https://github.com/devexpress-examples/wpf-bind-gridcontrol-to-dynamic-data

This example demonstrates how to bind GridControl to dynamic data in several different ways.

binding dotnet dxgrid wpf xpf

Last synced: 03 Mar 2026

https://github.com/devexpress-examples/wpf-data-grid-create-filter-ui

Create a filter UI for Data Grid.

dotnet dxgrid filtering wpf xpf

Last synced: 06 Jul 2025

https://github.com/devexpress-examples/wpf-data-grid-use-gridreportmanagerservice-to-implement-report-management-functionality

Use GridReportManagerService with ReportManagerBehavior to allow users to create and manage reports.

dotnet dxgrid wpf xpf xtrareports-suite

Last synced: 26 Feb 2026

https://github.com/devexpress-examples/wpf-data-grid-customize-print-export-appearance

Use our WPF GridControl's styles and templates to customize the appearance of printed or exported (WYSIWYG mode) content.

appearance customization dotnet dxgrid export printing wpf xpf

Last synced: 24 Apr 2026

https://github.com/DevExpress-Examples/wpf-data-grid-validate-data-rows

Check if a user enters valid data into a row.

dotnet dxgrid editing mvvm validation wpf xpf

Last synced: 12 Mar 2025

https://github.com/devexpress-examples/wpf-data-grid-change-drop-down-filter-items

Replace a column’s drop-down filter items with custom items.

customization dotnet dxgrid filtering wpf xpf

Last synced: 01 May 2026

https://github.com/devexpress-examples/wpf-data-grid-display-check-box-in-column-headers

Add a check box that toggles the column's read-only state.

appearance customization dotnet dxgrid wpf xpf

Last synced: 07 May 2026

https://github.com/devexpress-examples/blazor-grid-conditional-formatting

This example demonstrates how to customize the appearance of Blazor grid elements based on custom conditions.

blazor blazor-application blazor-grid blazor-server blazor-webassembly customization dxgrid grid grid-cell-customization grid-row-customization

Last synced: 13 Sep 2025

https://github.com/devexpress-examples/wpf-data-grid-embed-a-richtextbox-into-grid-cells

Embed a standard RichTextBox control into GridControl cells.

dotnet dxgrid wpf xpf

Last synced: 04 Mar 2026

https://github.com/devexpress-examples/wpf-data-grid-generate-bands-from-viewmodel-collection

Define bands in a ViewModel collection and generate GridControl bands based on this collection.

dotnet dxgrid mvvm wpf xpf

Last synced: 08 May 2026

https://github.com/devexpress-examples/wpf-data-grid-customize-automatically-generated-columns

Customize columns created by the AutoGenerateColumns property.

dotnet dxgrid wpf xpf

Last synced: 21 Apr 2026

https://github.com/devexpress-examples/wpf-data-grid-select-rows-that-contain-specific-value

Select rows that contain a value equal to or greater than the specified value.

dotnet dxgrid mvvm selection wpf xpf

Last synced: 25 Apr 2026

https://github.com/devexpress-examples/wpf-data-grid-implement-cell-editing-confirmation

Invoke a confirmation dialog that allows users to apply or discard changes made in a cell

dotnet dxgrid validation wpf xpf

Last synced: 25 Apr 2026

https://github.com/devexpress-examples/wpf-data-grid-display-different-details-based-on-master-row-data

Display different details based on the master row's content.

dotnet dxgrid master-detail wpf xpf

Last synced: 25 Apr 2026

https://github.com/devexpress-examples/how-to-access-and-remove-rows-by-using-a-custom-cells-context-menu-e1558

Define a cell's context menu that allows users to delete a row or copy its data to the clipboard.

context-menu dotnet dxgrid wpf xpf

Last synced: 01 May 2026

https://github.com/devexpress-examples/wpf-data-grid-export-data-to-native-excel-table

Export data from the GridControl to a native Excel table.

dotnet dxgrid excel export wpf xpf

Last synced: 04 May 2026

https://github.com/devexpress-examples/how-to-specify-navigation-in-custom-cell-editors

Implement navigation in the ListBoxEdit embedded into the GridControl.

dotnet dxgrid editors wpf xpf

Last synced: 05 May 2026

https://github.com/devexpress-examples/wpf-data-grid-use-gridcontrollocalizer-class-to-localize-grid

Use the GridControlLocalizer class to replace individual strings.

dotnet dxgrid localization wpf xpf

Last synced: 07 May 2026

https://github.com/devexpress-examples/wpf-data-grid-click-column-header-to-select-all-its-cells

Select all column cells when a user clicks the column header (similar to Excel).

dotnet dxgrid wpf xpf

Last synced: 08 May 2026

https://github.com/devexpress-examples/how-to-customize-a-grids-context-menu-e1925

Add and remove items from the GridControl's context menu.

context-menu dotnet dxgrid wpf xpf

Last synced: 08 May 2026

https://github.com/devexpress-examples/how-to-apply-conditional-formatting-in-code-behind-t281415

Change the appearance of individual cells based on conditions in code behind.

conditional-formatting dotnet dxgrid wpf xpf

Last synced: 08 May 2026

https://github.com/devexpress-examples/wpf-grid-read-only-and-enabled-binding

Use IsEnabledBinding and IsReadOnlyBinding properties to disable cells or make them read-only

dotnet dxgrid wpf xpf

Last synced: 09 May 2026

https://github.com/devexpress-examples/wpf-data-grid-parallelize-data-intensive-operations-on-in-memory-data-in-instant-feedback-mode

Bind the GridControl to the PLinqInstantFeedbackDataSource to speed up in-memory data shaping operations.

dotnet dxgrid wpf xpf

Last synced: 09 May 2026

https://github.com/devexpress-examples/wpf-data-grid-use-automatic-filter-row-without-special-symbols

Include '_' and '%' symbols into filter criteria created by the Automatic Filter Row.

dotnet dxgrid wpf xpf

Last synced: 09 May 2026

https://github.com/devexpress-examples/wpf-treelist-create-unbound-tree

Create a TreeListView that operates in unbound mode without a data source.

dotnet dxgrid treelist unbound wpf xpf

Last synced: 04 May 2026

https://github.com/devexpress-examples/wpf-data-grid-create-custom-gridcontrol-that-displays-horizontal-columns

Create a GridControl class descendant with horizontally-oriented columns (similar to the WinForms Vertical Grid Control).

dotnet dxgrid wpf xpf

Last synced: 14 May 2026

https://github.com/devexpress-examples/blazor-dxgrid-upload-image-with-dxupload

Use the DxUpload component inside the grid edit form template to upload images to the server and then display them in the grid.

blazor dxgrid dxupload grid upload

Last synced: 07 Jul 2025

https://github.com/devexpress-examples/wpf-data-grid-in-server-mode-with-xpo

Uses the WPF Data Grid in Server Mode with XPO

dotnet dxgrid wpf xpf

Last synced: 15 May 2026

https://github.com/devexpress-examples/how-to-customize-drop-marker-t568780

Customize the GridControl's drop marker.

dotnet drag-and-drop dxgrid wpf xpf

Last synced: 08 May 2026

https://github.com/devexpress-examples/wpf-grid-select-child-rows-in-groups-on-click

Creates a GroupChildSelector class that implements group row selection modes. Users can click or expand group rows to select child rows.

data-grid devexpress dotnet dxgrid row-selection wpf xpf

Last synced: 18 May 2026

https://github.com/devexpress-examples/blazor-dxgrid-bind-to-devextreme-data-source

Use Entity Framework Core data access technologies to bind the DevExpress Blazor Grid component to a GridDevExtremeDataSource.

blazor data-binding dxgrid

Last synced: 05 Mar 2025

https://github.com/devexpress-examples/blazor-dxgrid-sort-filter-by-selection

Sort and filter the DevExpress Blazor Grid component by selected rows.

blazor dxgrid filtering selection sorting

Last synced: 05 Mar 2025

https://github.com/devexpress-examples/blazor-grid-sort-filter-by-selection

Sort and filter the DevExpress Blazor Grid component by selected rows.

blazor dxgrid filtering selection sorting

Last synced: 21 Sep 2025

https://github.com/devexpress-examples/wpf-data-grid-create-a-banded-view

Create a multiple row banded view.

dotnet dxgrid wpf xpf

Last synced: 10 Apr 2026

https://github.com/devexpress-examples/wpf-data-grid-add-and-remove-rows-in-code

Add and remove rows from the GridControl.

dotnet dxgrid wpf xpf

Last synced: 16 Apr 2026

https://github.com/devexpress-examples/wpf-data-grid-call-begindataupdate-and-enddataupdate-at-view-model-level

Call the BeginDataUpdate and EndDataUpdate methods in an MVVM application

dotnet dxgrid mvvm mvvm-framework wpf xpf

Last synced: 17 Apr 2026