Set certain restrictions for dragging layout and content con

Posted by Community Admin on 03-Aug-2018 04:41

Set certain restrictions for dragging layout and content controls into page area

All Replies

Posted by Community Admin on 24-Nov-2010 00:00

Kindly see attached files and descriptions of features being asked:

Dragging A.png

-Disable certain roles/users from dragging-and-dropping content controls OUTSIDE of the set content placeholder. As of the current set-up, users can perpetually drag-and-drop unlimited amounts of controls anywhere in the page. (Note: setup utilizes nested master pages.

Dragging B.png

-Disable over-nesting of layout controls and limit up to two nestings only. Our concern is that user might be too negligent about adding excessive layout controls and then in turn cause mayhem in the layout of the page.


Thanks! :)

Posted by Community Admin on 03-Dec-2010 00:00

Hi jkregala,

Thank you for your suggestions I will put them for review and we will see if we can implement them in one of the next builds.

All the best,
Ivan Dimitrov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 11-Apr-2014 00:00

I found a solution using css. 

 .baseDivOfYourLayoutControl .rdPlaceHolder
         display:none  !important;
    

But I think the development team must consider the functional details

This thread is closed