Projects in Awesome Lists tagged with dxgrid
A curated list of projects in awesome lists tagged with dxgrid .
https://github.com/devexpress-examples/blazor-webassembly-dxgrid-export
Export Grid content to different file formats.
blazor blazor-webassembly dxgrid export reporting webassembly
Last synced: 06 Jul 2025
https://github.com/devexpress-examples/wpf-data-grid-use-custom-editors-to-edit-cell-values
Use standard editors to display and edit cell values.
data-editing data-grid dotnet dxgrid editors wpf xpf
Last synced: 04 Mar 2026
https://github.com/devexpress-examples/wpf-data-grid-change-appearance-of-focused-and-selected-rows
Define a custom appearance for focused and selected rows.
appearance customization dotnet dxgrid focus selection wpf xpf
Last synced: 02 Mar 2026
https://github.com/devexpress-examples/wpf-data-grid-create-master-detail-grid
Create Master-Detail WPF Data Grid.
dotnet dxgrid master-detail wpf xpf
Last synced: 27 Feb 2026
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/how-to-implement-drag-and-drop-between-gridcontrols-t566656
Implement drag-and-drop between GridControls.
dotnet drag-and-drop dxgrid wpf xpf
Last synced: 13 Apr 2026
https://github.com/devexpress-examples/wpf-data-grid-display-detail-content-in-tabs
Show tabbed details in the GridControl.
dotnet dxgrid master-detail tabbed-view wpf xpf
Last synced: 24 Feb 2026
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.
Last synced: 04 Mar 2026
https://github.com/devexpress-examples/how-to-dynamically-select-a-row-details-template-with-datatemplateselector-e20021
Select a row details template based on a data object.
appearance customization dotnet dxgrid wpf xpf
Last synced: 18 Apr 2026
https://github.com/devexpress-examples/wpf-data-grid-customize-automatically-generated-columns
Customize columns created by the AutoGenerateColumns property.
Last synced: 21 Apr 2026
https://github.com/devexpress-examples/wpf-data-grid-save-layout-and-restore-it-from-memory-stream
Save the GridControl's layout to a memory stream.
dotnet dxgrid serialization wpf xpf
Last synced: 24 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-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).
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-change-selected-cells-appearance-when-gridcontrols-multi-cell-selection-is-enabled-e2568
Define a custom appearance for focused and selected cells.
appearance customization dotnet dxgrid focus selection 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/how-to-implement-drag-and-drop-between-the-gridcontrol-and-the-listboxedit-t566433
Implement drag-and-drop between the GridControl and the ListBoxEdit.
dotnet drag-and-drop 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
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.
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.
Last synced: 09 May 2026
https://github.com/devexpress-examples/blazor-grid-and-report-viewer-integrate-ai-assistant
Integrate an AI Assistant to DevExpress Blazor Components.
ai ai-chat ai-integration blazor devexpress-ai dxgrid reporting-for-blazor
Last synced: 15 Jun 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).
Last synced: 14 May 2026
https://github.com/devexpress-examples/wpf-data-grid-display-summary-in-group-footer
Display data summaries in group footers of the WPF Data Grid.
aggregate-functions data-grid data-summary devexpress dotnet dxgrid grid-control group-summary wpf xpf
Last synced: 09 May 2026
https://github.com/devexpress-examples/wpf-data-grid-in-server-mode-with-xpo
Uses the WPF Data Grid in Server Mode with XPO
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/wpf-data-grid-specify-detail-buttons-visibility
Hide detail expand buttons conditionally.
dotnet dxgrid master-detail wpf xpf
Last synced: 18 May 2026
https://github.com/devexpress-examples/how-to-localize-individual-runtime-resource-strings-e3978
Change default GridControl strings at runtime.
dotnet dxgrid localization wpf xpf
Last synced: 18 May 2026
https://github.com/DevExpress-Examples/out-of-maintenance-obsolete-how-to-use-custom-printing-templates-e3228
.NET, WPF, DXGrid for WPF
Last synced: 12 Mar 2025
https://github.com/devexpress-examples/how-to-prevent-certain-gridcontrols-properties-from-being-serialized-t158989
Exclude the column's Width property form serialization.
dotnet dxgrid serialization wpf xpf
Last synced: 19 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.
Last synced: 05 Mar 2025
https://github.com/devexpress-examples/wpf-data-grid-create-a-banded-view
Create a multiple row banded view.
Last synced: 10 Apr 2026
https://github.com/devexpress-examples/how-to-create-search-window-with-find-previous-and-find-next-buttons-in-gridcontrol-t127527
Create a custom search panel for the WPF Data Grid.
custom-search-ui data-grid data-management dotnet dxgrid filtering grid-control search wpf xpf
Last synced: 07 May 2026
https://github.com/devexpress-examples/wpf-data-grid-add-and-remove-rows-in-code
Add and remove rows from the GridControl.
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