diff --git a/BO/Views/Shared/Partial/Select.cshtml b/BO/Views/Shared/Partial/Select.cshtml index b9b41a8..9371f37 100644 --- a/BO/Views/Shared/Partial/Select.cshtml +++ b/BO/Views/Shared/Partial/Select.cshtml @@ -13,6 +13,7 @@ var disabled = (ViewData["disabled"] ?? "").ToString() == "" ? "" : "disabled"; var valuetext = (ViewData["valuetext"] ?? "").ToString() == "" ? new string[] { } : (ViewData["valuetext"] ?? "").ToString().Split(';'); var style = (ViewData["style"] ?? "").ToString(); + var formgroupstyle = (ViewData["formgroupstyle"] ?? "").ToString(); } @if (name == "PageRowCount") { @@ -127,7 +128,7 @@ else if (valuetext.Length > 0) } else { -
+