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

Scheduler item resize grabber

4 Answers 67 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Robert Helm
Top achievements
Rank 1
Robert Helm asked on 14 Feb 2014, 02:09 PM
I upgraded to the latest Telerik UI version, Q3 2013 SP2 (2013.3.1324), and now all the scheduler items have two resize handles, one on the left and another on the right. The element is a div of class "rsAptResize rsAptResizeStart" and "rsAptResize rsAptResizeEnd".

Is there a setting to turn these off, rather than do it with styles?


Thanks,
Robert

4 Answers, 1 is accepted

Sort by
0
Accepted
Plamen
Telerik team
answered on 19 Feb 2014, 08:17 AM
Hello Robert,

there is no special property for hiding the resize handlers so we recommend hiding them with styles as for examples below:
.rsAptResizeEnd, .rsAptResizeStart {
       display:none;
       }


Regards,
Plamen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
0
Robert Helm
Top achievements
Rank 1
answered on 19 Feb 2014, 09:14 PM
Thanks, Plamen. I marked your reply as the answer. However, after adding the style to my stylesheet, the resize handlers are still there for Chrome. Is there something I'm missing there? Thanks for any info. I'll reply if I figure it out.
0
Plamen
Telerik team
answered on 21 Feb 2014, 02:13 PM
Hi,

I have tested the described issue under Chrome 33.0.1750.117 but the resize handlers were not visible at my side. You can try to add !important to the CSS selector in case this makes some difference at your side. 

Hope this will be helpful.

Regards,
Plamen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
0
Robert Helm
Top achievements
Rank 1
answered on 21 Feb 2014, 02:15 PM
Sorry, but I believe it was because of server side caching of the style sheet. Your initial answer is correct. Thanks for replying again with extra.
Tags
Scheduler
Asked by
Robert Helm
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Robert Helm
Top achievements
Rank 1
Share this question
or