@page "/reordergridtest/{siteId:int}"
@using BLAIzor.Components.Layout
@using BLAIzor.Components.Partials
@using BLAIzor.Models
@using BLAIzor.Services
@using System.Collections.ObjectModel
@using Microsoft.JSInterop
@using Newtonsoft.Json
@inject ScopedContentService scopedContentService
@inject ContentEditorService contentEditorService
@inject QDrantService qDrantService
@layout AdminLayout
@* @inherits DbContextPage *@
@inject IJSRuntime JSRuntime;
@if (menuItems == null)
{
Loading...
}
else
{
@{
@(allowReorder? "Cancel" : "Reorder")
}
@* *@
@* *@
Site:
@* @selectedMenuItems.FirstOrDefault()?.SiteInfo.SiteName *@
@*
@String.Format(new System.Globalization.CultureInfo("en-US"), "{0:C}", detail.UnitPrice)
@String.Format("{0}%", detail.Discount * 100)
*@
}
@code {
[Parameter]
public int siteId { get; set; }
ObservableCollection