Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
45 views
In javascript, is there a way to keep appointment away from the AllDay row?
eg:
appointment reach AllDay row {
eventArgs.set_cancel(true);
}

Please refer to the PNG files

 

 

 

Plamen
Telerik team
 answered on 14 Dec 2012
9 answers
649 views
Background:
Recently upgraded a project that uses the AJAX toolkit to the bleeding edge version to get the radscheduler to work with resource grouping and have found that it broke the uploader that a different part of the project uses.

Currently the project is using v.2012.1.424.40

Issue:
When ever a user tries to select multiple files from the file browser, or tries to click on the select the browse button more than once per post back, anything past the first file will get stuck in Chrome and FF. It seems to work ok in IE9. Below is the tag declaration.

<telerik:RadAsyncUpload ID="RadAsyncUpload1" runat="server" MultipleFileSelection="Automatic" AutoAddFileInputs="true" />

Other things to note is the upload control is loaded in a fancybox window. It worked before the upgrade without issue, but might be causing an issue now with the newer control version.

I'm thinking its something to do with the File API not playing nice.
Genady Sergeev
Telerik team
 answered on 14 Dec 2012
7 answers
221 views
I have a radgrid inside a div set to overflow auto. If you scroll down and select a row the div's scroll position gets reset to the top. Tried using built-in scroll functionality but this didn't work (layout breaks and only background of template cells scroll without scrolling other elements). Tried JavaScript to reset scrollTop property of div on active row changed but this also didn't work. Help?
Maria Ilieva
Telerik team
 answered on 14 Dec 2012
3 answers
106 views
Hi
i am working on exporting grid data into pdf but if the column type is link button then the linkbutton text is exporting as blank.into pdf file
how could i rectify this issue without using any event(like itembound etc)
please suggest me it's really very urgent.

Note: my export setting is excelML  and  in case of excel exporting it's working fine.

Thanks
Santosh
Princy
Top achievements
Rank 2
 answered on 14 Dec 2012
4 answers
1.9K+ views
Hi,

How can I remove the "Add new record" link but keep the "Refresh" link in a RadGrid?
I have used the following code - but it removed both.

------------------------------------------------------------------------------------------

<telerik:RadGrid ID="grdHeadlineList" Skin="WebBlue"
runat="server" GridLines="None"
AutoGenerateColumns="False"
AllowSorting="True"
AllowFilteringByColumn = "true"
AllowPaging="True" PageSize="10"
OnNeedDataSource="grdHeadlineList_NeedDataSource"                                       
OnItemCommand="grdHeadlineList_ItemCommand"
OnItemDataBound="grdHeadlineList_ItemDataBound"
OnItemCreated="grdHeadlineList_ItemCreated">

<PagerStyle Mode="NextPrevAndNumeric"></PagerStyle>                               
<MasterTableView DataKeyNames="Headline_Id" CommandItemDisplay="Top" EditMode="PopUp">                               
<EditFormSettings PopUpSettings-Modal="true" />
<Columns>
---

</Columns>
<CommandItemTemplate>
<div style="height:25px"></div>
</CommandItemTemplate>
</MasterTableView>
<ClientSettings EnableRowHoverStyle="true"></ClientSettings>
</telerik:RadGrid>

------------------------------------------------------------------------------------------

Thanks!

Princy
Top achievements
Rank 2
 answered on 14 Dec 2012
26 answers
160 views
Hi Team,
  I am using Telerik version 2011.1.519.35 in my ASP.net application. I am using RadScheduler in my code. Now i have to implement DragandDrop property to it. Is it feasible in this version or do i need to upgrade the dll of my code? What control/event can i used to attain the same?

Thanks
Plamen
Telerik team
 answered on 14 Dec 2012
2 answers
121 views
I'm missing something in the documentation (2012 Q3 controls).  I created a custom skin for all controls using the online Visual Style Builder.  Called it MMSM_MTS, downloaded the zip file, and extracted it to the MMSM_MTS folder off the app root. Added this to web.config:
<appSettings>
    <add key="Telerik.Skin" value="MMSM_MTS" />
    <add key="Telerik.ScriptManager.TelerikCdn" value="Disabled" />
    <add key="Telerik.StyleSheetManager.TelerikCdn" value="Disabled" />
    <add key="Telerik.EnableEmbeddedSkins" value="false" />
    <add key="Telerik.EnableEmbeddedBaseStylesheet" value="false" />
</appSettings>
                                           

Loaded a page but the RadComboBox was completely unskinned.  Then tried to manually specify the skin:
<telerik:RadComboBox ID="cbMun" runat="server" DataSourceID="dsMun" DataTextField="sName" DataValueField="nMunID" EnableEmbeddedSkins="False" Skin="MMSM_MTS"></telerik:RadComboBox>

Same unskinned appearance.  What am I doing wrong?



Galin
Telerik team
 answered on 14 Dec 2012
4 answers
285 views
Hello,

On the tree view, when I hover or click on an item, it gets highlighted with some color.
The color covers only the length of the text, so they become inconsistent as one text is longer than the other.
How can I make the color fixed and not changed based on the length of the text.


Thank You..!
Princy
Top achievements
Rank 2
 answered on 14 Dec 2012
1 answer
87 views
Hi Telerik team,

I am using Telerik Scheduler TimlineView.
I have a requirement where I have one dropdown list in which there are different timespan, for example, 2:00 to 4:00, 4:00 to 6:00 ,6:00 to 8:00 etc.
Now I want to select that particular timespan given in dropdown list and load the data in the Scheduler control for that particular timespan 

How can I achieve this?

Thanks
Plamen
Telerik team
 answered on 14 Dec 2012
0 answers
96 views
Hi,
I have a aspx page with telerik Reportviewer. I want to auto print the Reportviewer when filter button in my page is clicked.
I have used the following code on filter button's click event.

   protected void filter_Click(object sender, EventArgs e)
   {
        var printScript = "";
        printScript += "ReportViewer.OnReportLoadedOld = ReportViewer.OnReportLoaded;";
        printScript += "ReportViewer.prototype.OnReportLoaded = function()";
        printScript += "{";
        printScript += "this.OnReportLoadedOld();";
        printScript += ReportViewer1.ClientID + ".PrintReport();";
        printScript += "}";

        ScriptManager.RegisterStartupScript(this, GetType(), "ReportPrint", printScript, true);
   }

This code is working fine on localhost but it is not working on web server.
Please let me know what is going wrong.
Sonia
Top achievements
Rank 1
 asked on 14 Dec 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?