Is there a way to add a description when loading images via a folder?
Thanks
If we can make a request for something I'd like a chat control for website/ office use. Doesn't have to be elaborate. User see's a anchor tag on the site and can click on it for chatting with an operator. Obv both side would need to be developed.
That or an SMS message that could be sent to an operator.
Just a thought.

hi
I have a radscheduler with this properties turn on OverflowBehavior="Expand", ShowFullTime="True", WeekView-ReadOnly="true".
How do i make the scheduler to scroll to current time? thanks

Hi,
I have found a issue with the Contentfilter: MakeUrlsAbsolute in some of the latest builds example: 2016.3.1027 (latest) and 2016.3.914.45
The issue occurs when the link is same as the url the editor is in. Try this html in your demo.
Last version we used were it was working is: 2015.1.401.35
test<a href="http://demos.telerik.com/aspnet-ajax/editor/examples/builtincontentfilters/defaultcs.aspx" target="_self">2.2.2</a><br><table bordercolor="#000000" border="1" cellspacing="0" cellpadding="2"> <tbody> <tr> <td style="text-align: center; vertical-align: middle;" rowspan="2"><strong>Text</strong></td> </tr> </tbody></table>And that will end up as: (when switching between html/design-mode)
test<a href="#000000" border="1" cellspacing="0" cellpadding="2"> <strong>Text</strong> </a>