AyCode.Blazor/AyCode.Blazor.Components/Components/Grids
Loretta 90f12a160e Refactor InfoPanel: non-generic, nested grid support
- Replace generic InfoPanel with non-generic version using IInfoPanelBase
- Add ParentGrid, GetRootGrid, and InfoPanelInstance to IMgGridBase for nested grid hierarchy
- Only root grid displays InfoPanel; nested grids inherit context
- InfoPanel now handles any data type via reflection and object
- All grid-to-InfoPanel communication routed through root grid
- Add option to show/hide readonly fields in edit mode
- Improve InfoPanel CSS for up to 4 responsive columns
- Remove redundant code and add debug output for InfoPanel data flow
2025-12-17 13:54:07 +01:00
..
GridEditMode.cs Refactor grid InfoPanel: sticky, responsive, new icons 2025-12-17 10:20:17 +01:00
MgGridBase.cs Refactor InfoPanel: non-generic, nested grid support 2025-12-17 13:54:07 +01:00
MgGridInfoPanel.razor Refactor InfoPanel: non-generic, nested grid support 2025-12-17 13:54:07 +01:00
MgGridInfoPanel.razor.cs Refactor InfoPanel: non-generic, nested grid support 2025-12-17 13:54:07 +01:00
MgGridInfoPanel.razor.css Refactor InfoPanel: non-generic, nested grid support 2025-12-17 13:54:07 +01:00