Hi Team,
I am developing hybrid app using kendo mobile ui, while dragging/scrolling the page is getting refreshed and clearing all data.
I have implement pull-to-refresh = "false", but still facing the same problem
Its not reproducible in simulator, either user browser stack or android handset.
Here is the links
http://dojo.telerik.com/IMODA/ (with out data-pull-to-refresh)
http://dojo.telerik.com/IMODA/2 (with data-pull-to-refresh= false)
Could you please provide your suggestion.
Thank you,
Teja Jyothi



I support a C#.net 2012 web form application. I am thinking of adding the radeditor to the application so users can edit letters like a word document on the web. There will be letters that are to be written in several languages like Spanish, Arabic, French, English and a few other languages. When the application is running a 'generic' template letter will be loaded and the user can edit the letter in the various languages. Almost all the users will only know English and Spanish and they do not know the other languages.
Thus my few questions are about the foreign languages are:
1. Can the radeditor handle the different languages? If so, do I need to change any radeditor settings to handle these different languages? If so, what would I need to change?
2. Can the radeditor format date/time that is applicable for the languages? If so, what would I need to do to format the date/time information?

Hi,
in my webapplication I use a RadMenu that contains some RadMenuItems.
The code is the following:
<asp:Content ID="Content2" ContentPlaceHolderID="FolderContent" runat="Server"> <telerik:RadMenu RenderMode="Lightweight" ID="RadMenu1" Flow="Vertical" CssClass="mainMenu" runat="server" ShowToggleHandle="true"> <Items> <telerik:RadMenuItem Text="Leistungen" NavigateUrl="Views/Office/ServiceListView.aspx" /> <telerik:RadMenuItem Text="Warengruppen" NavigateUrl="" /> <telerik:RadMenuItem Text="Artikel" NavigateUrl="Views/Office/ArticleListView.aspx"></telerik:RadMenuItem>
When I click on MenuItem "Leistungen" the page ServiceListView.aspx in the folder Views/Office/ should be load in the MainContent and in the browser.
But it doesn't work.
I get the following error message:
System.Web.HttpException: "Vorangestellte .. können nicht zum Beenden auf oberster Verzeichnisebene verwendet werden."
How can I adjust the path without errors?

at System.Globalization.
at Telerik.Web.UI.Scheduler.
at Telerik.Web.UI.Scheduler.
at Telerik.Web.UI.RadScheduler.
at Telerik.Web.UI.RadScheduler.
at System.Web.UI.Control.
at System.Web.UI.Control.
at Telerik.Web.
at Telerik.Web.
at Telerik.Web.
at Telerik.Web.UI.RadAjaxControl.
at System.EventHandler.Invoke(
at System.Web.UI.Control.
at System.Web.UI.Control.
at System.Web.UI.Page.


When trying to add some images using RADEDITOR there is some error that says:
"Cannot deserialize dialog parameters. Please refresh the editor page.
Error Message:Invalid character in a Base-64 string."
so I can only enter text.

I am trying to show/hide a RadAjaxLoadingPanel explicitly. I am using a RadAjaxPanel (want to try avoiding having to change my page to use a RadAjaxManager instead). I have set the ClientEvents-OnRequestStart="RequestStart" ClientEvents-OnResponseEnd="ResponseEnd" for my RadAjaxPanel.
<telerik:RadCodeBlock ID="RadCodeBlock" runat="server"> <script type="text/javascript"> var currentLoadingPanel = null; var currentUpdatedControl = null; function RequestStart(sender, args) { currentLoadingPanel = $find("<%= RadLoadingPanel1.ClientID %>"); if (args.get_eventTarget() == "<%= btnGo.UniqueID %>") { currentUpdatedControl = "<%= RadAjaxPanel1.ClientID %>"; } //show the loading panel over the updated control currentLoadingPanel.show(currentUpdatedControl); } function ResponseEnd() { //hide the loading panel and clean up the global variables if (currentLoadingPanel != null) currentLoadingPanel.hide(currentUpdatedControl); currentUpdatedControl = null; currentLoadingPanel = null; } </script> </telerik:RadCodeBlock>
ResponseStart() and ResponseEnd() are called properly, but the loading panel does not hide when currentLoadingPanel.hide(currentUpdatedControl) is called. The loading panel just stays there forever. This is what my loading panel looks like.
<telerik:RadAjaxLoadingPanel ID="RadLoadingPanel1" runat="server"></telerik:RadAjaxLoadingPanel>
Hello,
I have crated a custom paragraph style. e.g :
The Problem is when I select/highlight the paragraph wrapped in <dt> tag, the drop down match to "Normal" instead of "Definition Term".
Is this a expected behavior? Is there any way to make the selected item in drop down list to be "Definition Term" while I am selecting the paragraph wrapped in <dt> tag?
Thanks and Regards,
Ming Sheng
