@if (Model.Configuration.ShowChildGridsAsTabs)
{
@for (int i = 0; i < Model.ChildGrids.Count; i++)
{
var child = Model.ChildGrids[i];
var isActive = i == 0 ? "show active" : "";
@* Initial load - will be replaced by AJAX on first tab click *@
Loading...
}