@if (ListRecords == null)
{
}
else if (totalCount == 0)
{
Nessun record trovato
@if (enabKitSearch && !string.IsNullOrEmpty(SearchParent) && totalCount == 0)
{
}
}
else
{
|
@if (EditRecord != null)
{
}
|
Cod Kit (Parent) |
Articolo (Child) |
Art/Kit Qty |
|
@foreach (var record in ListRecords)
{
|
|
|
|
@record.Qty
|
|
}
}