Telerik Forums
UI for ASP.NET AJAX Forum
8 answers
359 views

Hi

I've noticed that the onClientIndexChanged event on RadComboboboxes fires even though the selected index hasn't changed.

F.ex, if I open the dropdownlist of one RadComboboxes, close it again without selecting anything, and open the dropdownlist of another RadCombobox, the event fires on the first RadCombobox.

Is it really supposed to do that, or is it a bug?

Ivan Danchev
Telerik team
 answered on 25 Aug 2015
5 answers
331 views

How can I change builtin text of RadScheduler from Subject=> Description, StartTime => Start Date, EndTime=> EndDate and how can I hide checkbox of AllDay and Recurrence.

 I had also tried inside OnFormCreated event

           CheckBox AllDayEvent = (CheckBox)e.Container.FindControl("AllDayEvent");
                  AllDayEvent.Visible=false;
                  RadTimePicker StartTime = (RadTimePicker)e.Container.FindControl("StartTime");
                  RadTimePicker EndTime = (RadTimePicker)e.Container.FindControl("EndTime");
                  StartTime.Visible = false;
                  EndTime.Visible = false;

but after this code save button does not work. 

Can I set the height of Subject box? You can easily understand my questions in attached image.

Please find attached image.​

Thanks

Ivan Danchev
Telerik team
 answered on 25 Aug 2015
10 answers
301 views

I am using Ayscupload to on a site. The upload works mostly.

 

I have an issue I can't place. Sometimes, mostly on mobile, the site will not upload the first file. I thought it might have been the progress bar ​so I removed it and I got the same result.

The first file uploads and the little yellow dot blinks but it never finishes the file. Now I can select another file while this one is blinking and that file works. When I press the "Upload" button to save the files all of them will be there except that firston If I leave the upload page and then return to it the page will now work perfectly for that session. It is only the FIRST file on the FIRST time. It is frustrating my users.... Thoughts??

 Here is the DIV that contains the control! I am using ASP.NET 3.5 and AJAX

 <div>
        <asp:Label ID="lblNoResults" runat="server" Visible="true">No Uploaded Files Yet.</asp:Label>
        <asp:Repeater ID="repResults" runat="server" Visible="false">
                <HeaderTemplate>
                    <div>Uploaded Files</div>
                </HeaderTemplate>
                <ItemTemplate>                    
                    <%#DataBinder.Eval(Container.DataItem, "Filename")%>
                    (<%#DataBinder.Eval(Container.DataItem, "ContentLength").ToString & " bytes"%>)
                    <br />
                </ItemTemplate>
            </asp:Repeater>
        <br />
        <asp:Repeater ID="repInvalidResults" runat="server" Visible="false">
                <HeaderTemplate>
                    <div>Invalid Files</div>
                </HeaderTemplate>
                <ItemTemplate>
                    File: <%#DataBinder.Eval(Container.DataItem, "Filename")%>
                    (<%#DataBinder.Eval(Container.DataItem, "ContentLength").ToString() + " bytes"%>)
                    <br />
                    Mime-type: <%#DataBinder.Eval(Container.DataItem, "ContentType").ToString()%>
                    <br /><br />
                </ItemTemplate>
            </asp:Repeater>
    </div>​

Dimitar
Telerik team
 answered on 25 Aug 2015
3 answers
90 views

I am finally getting this to work the way I want. For some photos it works perfectly. I use a browse button to select the image, click upload and it populated the image editor with that image. I can then use the save icon in the toolbar to save the image and close the RadWindow the ImageEditor is in. 

 

The strange part is for a few images that does not work. I can browse, select and upload the image, but the save portion does nothing. The upload shows the green dot, so the image file is valid. It is even uploaded into the temp directory. So why would the save code not fire for certain images. I can consistently reproduce what images it is for.

It is not the file size as one of the ones with an issue is smaller than one that works fine. 

Any Ideas?

Vessy
Telerik team
 answered on 25 Aug 2015
1 answer
163 views

Hi,

I have used load on demand functionality to bind the items to radTreeList. Now my problem on this list I have a functionality that I have links aginst the items and on click of that it opens a popup window which have ok Button. so on click of this ok button some action is done and post back is done and whole data is binded to radTreeList but in collapsed mode.

Here my requirement is to show the only that child item in expanded mode which we performed the action in previous step after the postback.

 

 

Thanks,

Ram

 

Maria Ilieva
Telerik team
 answered on 25 Aug 2015
12 answers
1.2K+ views
Hi
   Is it possible to plot two different  series in one chart ?
  i mean i have bar chart with 2 yaxis ,is it possible make one axis as line series and another one as bar series ? in programmatically

 Pls reply me asap 
   Regards 

      Aravind
Danail Vasilev
Telerik team
 answered on 25 Aug 2015
1 answer
494 views

I have 3 buttons on my page and when I hover over them I want to return a service that pops up the information via a service.  Is it possible to hover over and asp button and then return a special Id to the service to then look up information or is this a bridge to far.

 

<tr>
                                <td style="font-size: 12px; border: 1px inset lightgray; border-right: none; font-weight: bold; font-family: Arial">UTA</td>
                                <td style="border: 1px inset lightgray; border-left: none">
                                    <asp:ImageButton ID="imgUTA" runat="server" Height="28px" Width="28px" /></td>
                                <td style="font-size: 12px; border: 1px inset lightgray; border-right: none; font-weight: bold; font-family: Arial">APFT</td>
                                <td style="border: 1px inset lightgray; border-left: none">
                                    <asp:ImageButton ID="imgAPFT" runat="server" Height="28px" Width="28px" /></td>
                                <td style="font-size: 12px; border: 1px inset lightgray; border-right: none; font-weight: bold; font-family: Arial">Admin</td>
                                <td style="border: 1px inset lightgray; border-left: none">
                                    <asp:ImageButton ID="imgAdmin" runat="server" Height="28px" Width="28px" /></td>
                            </tr>

Danail Vasilev
Telerik team
 answered on 25 Aug 2015
1 answer
84 views

Hi,

I'm experiencing a weird problem related to RadAjaxManager on a SharePoint 2103 layout page. From time to time (it seems quite random) "ajaxified" buttons (i.e. the ones under control of RadAjaxManager) issue a full postback instead of a partial AJAX request. As a result, values entered on a form (in text boxes, drop-down lists etc) are lost because the entire page is pull out from the server. This is a really bad user experience.

I did my research and it seems that disabling Forms Authentication in IIS of my SharePoint web application fixes the issue. The question is why does it fix the problem? I don't understand how RadAjaxManager can be related to Forms Authentication. I have to explain that to my client.

Thanks,
Leszek

Maria Ilieva
Telerik team
 answered on 25 Aug 2015
2 answers
185 views

Anyone have any experience with integrating Google fonts available from http://fonts.googleapis.com with Telerik's AJAX controls?  I've got a client who's wants to use these fonts instead of the fonts built into the various skins. Tips would be welcome.

Kelvin
Top achievements
Rank 2
 answered on 25 Aug 2015
4 answers
107 views

Hello,

We are facing this issue currently in chrome browser wherein, whenever the font-size/font-family is changed from dropdown, it is not reflected for the text we enter thereafter rather penultimate font-size/font-family is considered. This works fine whenever we select the text first and apply the changes.

To add to this, we have recently upgraded to Telerik ASP.Net Editor v.2015.2.729.45. This seems to be common issue across community, but none of the proposed solutions worked for us.

Also, same issue is reproduced at http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx demo page.

Can you please look into this issue?

Thanks,

Muktesh

Danail Vasilev
Telerik team
 answered on 25 Aug 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?