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
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