Allow info panel collapse, improve grids, update SignalR

- Enable collapsing of info panel in MgGridWithInfoPanel for better UX
- Refactor GridStockTakingItem columns to use nameof(), clarify bindings, and improve maintainability
- Enhance MeasuringOut order selector with advanced search and clear button
- Update SignalR.Core reference to 9.0.14 in project file
- Minor cleanup of commented group display logic in grid
This commit is contained in:
Loretta 2026-03-22 16:04:17 +01:00
parent d5a908a46f
commit 0da7b67c60
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@
<DxSplitterPane> <DxSplitterPane>
@GridContent @GridContent
</DxSplitterPane> </DxSplitterPane>
<DxSplitterPane Size="@_currentInfoPanelSize" MinSize="0px" MaxSize="100%" AllowCollapse="false" CssClass="mg-info-panel-pane" <DxSplitterPane Size="@_currentInfoPanelSize" MinSize="0px" MaxSize="100%" AllowCollapse="true" CssClass="mg-info-panel-pane"
SizeChanged="OnInfoPanelSizeChanged"> SizeChanged="OnInfoPanelSizeChanged">
@if (ChildContent != null) @if (ChildContent != null)
{ {