diff --git a/source/Ox.UI/js/List/Ox.List.js b/source/Ox.UI/js/List/Ox.List.js index ff00ddbb..6a22b4a5 100644 --- a/source/Ox.UI/js/List/Ox.List.js +++ b/source/Ox.UI/js/List/Ox.List.js @@ -1309,6 +1309,7 @@ Ox.List = function(options, self) { if (Ox.isArray(value)) { updateSelected(); updateSort(); + loadItems(); } else { updateQuery(); }