BoxReorderer Plugin with panels only draggable on header

Page 2 of 2 FirstFirst 12
  1. #11
    Got it.

    The BoxReoderer's sources are loaded too late in your scenario.

    You can force it to be loaded this way:
    protected void Page_Load(object sender, EventArgs e)
    {
        if (!X.IsAjaxRequest)
        {
            ResourceManager.RegisterControlResources<BoxReorderer>();
        }
    }
  2. #12
    You are the best :)! Thank you, that was it!!
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Draggable panels
    By nagamalli in forum 1.x Help
    Replies: 3
    Last Post: Dec 25, 2014, 9:25 AM
  2. [CLOSED] Draggable Panels
    By mohan.bizbites in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 26, 2013, 9:46 AM
  3. Replies: 11
    Last Post: Jul 12, 2013, 6:19 AM
  4. Draggable Panels with portals issue
    By nagamalli in forum 1.x Help
    Replies: 1
    Last Post: May 30, 2013, 10:52 AM
  5. Draggable Accordion Panels Easy?
    By cgountanis in forum 1.x Help
    Replies: 2
    Last Post: Dec 16, 2009, 11:48 AM

Tags for this Thread

Posting Permissions