This is a migrated thread and some comments may be shown as answers.

Hide resize arrow for specific editors

1 Answer 29 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Cameron
Top achievements
Rank 1
Cameron asked on 22 Oct 2015, 11:24 PM

Hello,

 I use the following code to hide the resize arrow for the editors:

$telerik.$(".reResizeCell").hide();

This works very well when I want to hide the arrow on all editors on a page.  However, how would I go about hiding them only for certain editors on the screen?

1 Answer, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 23 Oct 2015, 06:40 AM

Hello Cameron,

This depends on the way you identify which editors need to be resizeable. The most straightforward approach is to use their CssClass property and cascade your jQuery selector through it.

If you know which ones they are on the server, just set their EnableResize property to false.

Regards,

Marin Bratanov
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Editor
Asked by
Cameron
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or