dotnetnuke2sxc

Sort Items doesn't seem to pick up items within list 2sxc


I have just upgraded 2sxc to the latest version (19.3.3), and have lost the ability to reorder items within the toolbar.

See below: Redorder list toolbar item symbol

Once clicked I am presented with an empty screen with no items to reorder: blank items

Any ideas what I am doing wrong?

Help is very much appreciated.


Solution

  • First, try upgrading to the latest version, 2sxc v19.3.4 LTS.

    If the problem doesn't go away, then, check the browser's DevTools for JS errors. Share those here by updating your post above. Might not be any.

    Then, based on the Toolbar buttons in your screenclip, you are displaying a custom Toolbar from your View. In your View's code, for each entity, instead try displaying the default Toolbar instead of your custom one. E.g. just @Kit.Toolbar.Default([curr item]) .

    I'd also recommend posting some or all of your View code, we might be able to spot the issue that way.