Shared Minion Grid
Help IDs: fleet.grid, grid.toolbar.column-chooser, grid.toolbar.refresh, grid.context.edit-servers
The shared Minion grid wraps DevExpress GridControl behavior used by estate-management views.
Toolbar
≡opens the DevExpress column chooser.- Refresh runs the view model refresh command.
- Status text reports the loaded/filtered row count and refresh time.
Filtering
The grid supports the DevExpress auto-filter row, per-column sorting, column moving, grouping, horizontal scroll, and column chooser visibility. Fleet adds location, SLA, and status filters above the grid.
Row Actions
- Double-clicking a row opens detail when the host binds
OpenDetailCommand. - Right-click
Edit server(s)...opens the server edit dialog when the host bindsEditCommand. F2uses the same edit path as the context menu.
Related: Fleet Grid, Server Edit Dialog.