@(
Html.EJ().Tab("defaultTabs").Items(data =>
{
data.Add().ID("gridDiv").Text("Predicted Result").ContentTemplate(@
@(Html.EJ().Grid
);
data.Add().ID("rCode").Text("R").ContentTemplate(@
);
data.Add().ID("pmml").Text("PMML").ContentTemplate(@
);
}).Height("550px"))
@Html.EJ().ScriptManager()
}
@section StyleSection{
}
@section ScriptSection{
}