Skip to content

Commit

Permalink
Admin panel - Edit collection - load grid data for active tab
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Sep 16, 2021
1 parent d330323 commit dee2108
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
serverFiltering: true,
serverSorting: true
},
autoBind: false,
pageable: {
refresh: true,
pageSizes: [@(adminAreaSettings.GridPageSizes)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ $(document).ready(function () {
serverFiltering: true,
serverSorting: true
},
autoBind: false,
pageable: {
refresh: true,
pageSizes: [@(adminAreaSettings.GridPageSizes)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
serverFiltering: true,
serverSorting: true
},
autoBind: false,
pageable: {
refresh: true,
pageSizes: [@(adminAreaSettings.GridPageSizes)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
<div asp-validation-summary="All"></div>
<input asp-for="Id" type="hidden" />
<admin-tabstrip name="collection-edit">
<admin-tabstrip name="collection-edit" BindGrid="true">
<items>
<tabstrip-item text="@Loc["Admin.Catalog.Collections.Info"]" tab-index="0">
<content>
Expand Down

0 comments on commit dee2108

Please sign in to comment.