From 1667788558968a0350487d80cf76fae28513c5d7 Mon Sep 17 00:00:00 2001 From: OlgunR Date: Mon, 2 Feb 2026 13:38:44 +0100 Subject: [PATCH] Enhance Catalogs grid UI and filter row experience Added custom CSS for sortable headers and search inputs. Replaced default filter row inputs with styled DxTextBox components. Set default sort on "Id" column and disabled sorting for action column. Updated grid to use new catalog-grid styles. --- DbFirst.BlazorWasm/Pages/Catalogs.razor | 75 ++++++++++++++++++++++--- 1 file changed, 68 insertions(+), 7 deletions(-) diff --git a/DbFirst.BlazorWasm/Pages/Catalogs.razor b/DbFirst.BlazorWasm/Pages/Catalogs.razor index 45ce037..edecb94 100644 --- a/DbFirst.BlazorWasm/Pages/Catalogs.razor +++ b/DbFirst.BlazorWasm/Pages/Catalogs.razor @@ -7,6 +7,37 @@ Catalogs @@ -68,16 +99,46 @@ else if (items.Count == 0) else {
- + - - - - + + + + + + + + + + + + + + + + + + + + - + + + + + - + @{ var item = (CatalogReadDto)cell.DataItem; }