Split MGGRID.md into focused docs (parameters, CRUD, layout, detail, rendering, InfoPanel, toolbar, columns, datasource) under AyCode.Blazor.Components/docs/. Updated all references, READMEs, and project/solution files to match new structure. Clarified doc layering conventions and core doc links. No code changes—documentation and project organization only. |
||
|---|---|---|
| .. | ||
| Components | ||
| Services | ||
| docs | ||
| wwwroot | ||
| .editorconfig | ||
| AyCode.Blazor.Components.csproj | ||
| Component1.razor | ||
| Component1.razor.css | ||
| ExampleJsInterop.cs | ||
| README.md | ||
| _Imports.razor | ||
README.md
AyCode.Blazor.Components
Blazor Razor component library targeting .NET 10. Provides reusable DevExpress-based UI components, a SignalR-powered grid system, and LINQ expression serialization services.
Documentation
| Document | Topic |
|---|---|
MGGRID.md |
MgGrid system — overview, hierarchy, generic params, IMgGridBase interface |
MGGRID_PARAMETERS.md |
Component parameters, event callbacks, default grid settings |
MGGRID_CRUD.md |
Lifecycle, CRUD operations, edit flow, disposal |
MGGRID_LAYOUT.md |
Layout persistence (storage keys, tiers, operations) |
MGGRID_DETAIL.md |
Master-detail hierarchy |
MGGRID_RENDERING.md |
Fullscreen mode, rendering |
MGGRID_INFOPANEL.md |
MgGridInfoPanel, MgGridWithInfoPanel wrapper |
MGGRID_TOOLBAR.md |
MgGridToolbarTemplate (buttons, parameters, state) |
MGGRID_COLUMNS.md |
MgGridDataColumn (InfoPanel params, UrlLink) |
MGGRID_DATASOURCE.md |
MgGridSignalRDataSource (server-side data, local cache) |
Dependencies
- DevExpress.Blazor 25.1.3, DevExpress.Data 25.1.3
- Microsoft.AspNetCore.SignalR.Client 9.0.11, MessagePack 3.1.4
- Project refs: AyCode.Blazor.Models, AyCode.Blazor.Models.Server
- DLL refs: AyCode.Core, AyCode.Entities, AyCode.Interfaces, AyCode.Models, AyCode.Services, AyCode.Services.Server, AyCode.Utils
Key Files
ExampleJsInterop.cs-- Scoped JS interop service that lazy-loads a JS module and exposes aPromptmethod.
Subfolders
Components/-- DevExpress component wrappers and grid infrastructure.Services/-- Authentication, grid data source, and LINQ expression serialization helpers.