AyCode.Blazor/AyCode.Blazor.Components/Components/Grids
Loretta 112d633590 Add extensible InfoPanel system with custom templates
Introduce a flexible InfoPanel architecture for grid components, allowing per-grid customization via a new InfoPanelType parameter. Add MgInfoPanelTemplateBase for code-based InfoPanel templates with overridable header, content, and footer sections. Support custom templates in MgGridInfoPanel via new RenderFragment parameters. Add MgGridDataColumn for InfoPanel-specific column settings. Demonstrate usage with a custom InfoPanel for ShippingDocument grid. Maintains backward compatibility with default InfoPanel behavior.
2025-12-18 10:03:32 +01:00
..
GridEditMode.cs Refactor grid InfoPanel: sticky, responsive, new icons 2025-12-17 10:20:17 +01:00
MgGridBase.cs Add extensible InfoPanel system with custom templates 2025-12-18 10:03:32 +01:00
MgGridDataColumn.cs Add extensible InfoPanel system with custom templates 2025-12-18 10:03:32 +01:00
MgGridInfoPanel.razor Add extensible InfoPanel system with custom templates 2025-12-18 10:03:32 +01:00
MgGridInfoPanel.razor.cs Add extensible InfoPanel system with custom templates 2025-12-18 10:03:32 +01:00
MgGridInfoPanel.razor.css Refactor grid toolbar and InfoPanel for reusability 2025-12-17 18:31:59 +01:00
MgGridToolbarBase.cs Refactor grid toolbar and InfoPanel for reusability 2025-12-17 18:31:59 +01:00
MgGridToolbarTemplate.razor Add extensible InfoPanel system with custom templates 2025-12-18 10:03:32 +01:00
MgInfoPanelTemplateBase.cs Add extensible InfoPanel system with custom templates 2025-12-18 10:03:32 +01:00