Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
55 views
When using a telerik RadDatePicker (version 2012, 2, 724, 35) in Internet Explorer 10 (and only in this browser), the word false is displayed under the date input and infront and then after the calendar dropdown. Is there a solution to hide this ?

A sample video can be found on url: https://dl.dropboxusercontent.com/u/9782968/telerik%20datepicker%20false%20IE10.avi
The sample source code can be found on url: https://dl.dropboxusercontent.com/u/9782968/TestCalendar.zip

Hopefully someone can find the solution for this behaviour

Grtz
Maria Ilieva
Telerik team
 answered on 09 May 2014
3 answers
397 views
ajax manager dont redirect .

i have master page with ajaxmanager.
<telerik:RadScriptManager ID="RadScriptManager1" runat="server"  
           OutputCompositeScriptLast="True">
           <Scripts>
               <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
               <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
               <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
           </Scripts>
           <CompositeScript>
               <Scripts>
                   <asp:ScriptReference NotifyScriptLoaded="true" Path="~/Common/Scripts/jquery-1.9.0.js" />
                    <asp:ScriptReference NotifyScriptLoaded="true" Path="~/Common/Scripts/jquery-migrate-1.2.1.min.js" />
                    <asp:ScriptReference NotifyScriptLoaded="true" Path="~/Common/Scripts/jquery-2.1.1.min.js" />
                   <asp:ScriptReference NotifyScriptLoaded="true" Path="~/Common/Js/mainComp.js" />
               </Scripts>
           </CompositeScript>
</telerik:RadScriptManager>

i have rad ajaxpanel and inside a button that has btnRedirect_Click onclick event at content page.
my content page redirect code is below:
protected void btnRedirect_Click(object sender, EventArgs e)
       {
    string url = Functions.RouteUrlToFullUrl(RouteTable.Routes.GetVirtualPath(null, "route", new RouteValueDictionary { { "id", param1}, { "routeC", param2} }).VirtualPath);
               RadAjaxManager AjaxManager = RadAjaxManager.GetCurrent(Page);              
               AjaxManager.Redirect(url);
        
       }

there is nothing. ajaxmanager or ajaxpanel dont redirect.
Pls help.
Thanks.

Maria Ilieva
Telerik team
 answered on 09 May 2014
6 answers
132 views
I have 6 charts on one page in my asp.net application and each one is in ajaxloading panel and all charts are drillable. now when i click one chart it displays loader and drills down . now when i try to drill down another chart in different loading panel it drills too. but it changes my first chart to initial level. any solution to this .my code is below,

Maria Ilieva
Telerik team
 answered on 09 May 2014
5 answers
159 views
I have a file explorer on a page, it works on dev and test.  In production I can upload files, delete files, but when I try and open files I get a 401 Error.  
Why would opening the file be causing this issue when I can do everything else.
Vessy
Telerik team
 answered on 09 May 2014
4 answers
137 views
Good Afternoon

I'm using a RadWindowManager to open several popup windows. For this, I use javascripts functions to open new URLs of the aspx pages. Following an example:

function openRadWindowContact(contactid, action) {
            var rwManager = GetRadWindowManager();
            rwManager.SetWidth(200);
            rwManager.SetHeight(200);
            var oWnd = radopen("../ContactDetail.aspx?ContactID=" + contactid + "&Operation=" + action, "Contact Detail");
            oWnd.center();
        }

Of course not all of the aspx files require the same width/height. The first time I open a popup it is presented with correct sizes, but the next popup is presented with the same Height and Width as the previous one.

I use a custom javascript function to open each of the different popup windows I need, and I am trying to use .SetWidth & .SetHeight values to 200 (small square that would be resized according to the content of the page)....but it seems not to be working, actually the .SetWidth & .SetHeight properties are working only after a postback (I can tell this cause I'm using the property ShowContentDuringLoad="false" on RadWindowManager and it takes that small size while showing the loading gif).

Is there a way to make RadWindowManager to handle correctly the sizes for each of the windows I'm opening?

Thanks in advance for your help!
Oscar


Oscar Emiliano
Top achievements
Rank 1
 answered on 09 May 2014
1 answer
69 views
We are using Telerik RadGrid to display data. The grid is looking good when using IE 9. But it is showing multiple vertical lines when browsed in IE 11 with document mode 7. Please share your thoughts to resolve the issue. 
Pavlina
Telerik team
 answered on 09 May 2014
2 answers
92 views
Hello,

I want to implement client-side recursive (de)selection. This works so far, but I have a problem regarding the deselecting:

1) If a user selects a parent node, all children get selected (works fine)
2) If a user deselects a parent node, all children get deselected (works fine)
3) If a children gets deselected, the parent node gets deselected. Here is the problem: The parent node gets deselected, which triggers the children of the parent to be deselected (because of 2.)

How can I determine if an itemDeselected client-side event is triggered because of the user to (un)check an item or if it was triggered internally, because of me setting the selected state?

Thanks!
Eyup
Telerik team
 answered on 09 May 2014
1 answer
100 views
Can we start the slideshow automatically on page load?
Pavlina
Telerik team
 answered on 09 May 2014
3 answers
193 views
Hi,

Please take a look at the chart below. I am displaying data per hour and need to show the time in the X axis as shown below.

However when there is no data for a given hour the system comes back as undefined, even though i can see the time label below it.

How can i remove the 'undefined' text so that it does not spoil the view?

Thanks

Danail Vasilev
Telerik team
 answered on 09 May 2014
15 answers
444 views
How can we find the items of the Radlistbox while traversing through the list of items using javascript....

Note:I got 5 controls for each item ,I have to find the instance of each control while traversing through the list...

could you please help me in finding the solution....
Shinu
Top achievements
Rank 2
 answered on 09 May 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?