Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
79 views
...pretty sure the answer to this is yes, but have to ask

The RadScriptManager is what sends downt he $telerik.$ embedded jquery right...so regardless of a radcontrol NEEDING it (assume one doesn't), if the scriptmanager is there, that's being downloaded...

Correct?
Dimitar Terziev
Telerik team
 answered on 06 Mar 2013
10 answers
185 views
Hello - I am currently using the SocialShare control for an online product gallery. I would like to add a button for pinning  the current page to Pinterest, as many of our customers and potential customers are using that site now.The code is provided at the bottom of this page:
http://pinterest.com/about/goodies/

How would you recommend integrating this into the SocialShare control? I could add this separately along side the SocialShare control, but I'd like to stay to minimal code and keep the appearance as consistent as possible.
Spinx
Top achievements
Rank 1
 answered on 06 Mar 2013
5 answers
138 views
hi,
i am getting ERROR LOADING RADCHART IMAGE? when i click my logout button in my live chart.
<telerik:RadChart ID="RadChart1" runat='server' UseSession="false" CreateImageMap="False"   
                ChartImageFormat="png" Height="500px" Width="800px" AutoLayout="True" TempImagesFolder="~/TempImg"  >
And
 Protected Sub lgoutlbl_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles lgoutlbl.Click
  RadChart1.HttpHandlerUrl = ResolveUrl("ChartImage.axd")
        RadChart1.Series.ClearDataBoundState()
        RadChart1.Clear()
 End Sub
And
 <httpHandlers>
<add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=31BF3856AD364E35, Version=3.5.0.0" verb="*" validate="false"/>
 </httpHandlers>
 <system.webServer>
<handlers>
<add name="ChartImageHandler" verb="*" preCondition="integratedMode" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler"/>
</handlers>
 </system.webServer>

Missing User
 answered on 06 Mar 2013
5 answers
82 views
Hi,

On the schedule week view, if I want to select whole day's time slot to create schedule event, how could I do the selection? Could I do the selection just like in Outlook, click left mouse button on the top time slot and drag to the end time slot?
Plamen
Telerik team
 answered on 06 Mar 2013
1 answer
269 views
Hi
How can I get the filter textbox value in server side.
thanks in advance
Allen
Shinu
Top achievements
Rank 2
 answered on 06 Mar 2013
1 answer
107 views
hi
We are using rad grid and RadComboBox box.
Rad combo box is add as a Edit template in Rad grid.
I m facing a problem OnClientBlurEvent.
I want if Item is not in the combobox then it should display default value.
but it showing blank or pervious value.
Please suggest me the solution for above issue

function

 

 

OnClientBlurHandler(sender, eventArgs) {

 

 

 

var item = sender.findItemByText(sender.get_text());

 

 

 

if (!item) {

 

 

 

debugger;

 

sender.clearSelection();

sender.clearItems();

 

 

var comboItem = new Telerik.Web.UI.RadComboBoxItem();

 

comboItem.set_text(

 

"Blanck");

 

 

sender.get_items().add(comboItem);

sender.commitChanges();

sleep(10000);

alert(sender.get_text());

sender._filter = 0;

}

}

 
Eyup
Telerik team
 answered on 06 Mar 2013
3 answers
203 views
I have a RadScheduler control which is used in timeline mode. Because I have to get my data from a non standard datasource, i have to add my resources and appointments manually rather than binding to a data source.

When I have added my resources and configured all the appointments to be allocated to a resource (or vice versa) I then add the appointment to the controil using Shecdule.InsertAppointment. None of my appointments are all day events and have start times and end times, the earliest and latest of which are 8am and 6pm respectively.

However, when I run my page, my appointments appear correctly against the correct resource, but they span over 2 days.
For instance, an appointment which starts at 8am and finished on the same day at 6pm shows in the time line as starting of one day, and ending at the end of the next day. Does anyone know why this would be happening?

The image attached shows three appointments like this that occur on successive days.

Thanks,
Karl
Plamen
Telerik team
 answered on 06 Mar 2013
2 answers
109 views
I want to use the middle mouse button to open choosen link in new tab. The middle button works but it opens current loaded url. Not the one that is clicked by the mouse middle button.
I tried to debug it but when i press the middle button it does not fire the OnItemClicked event.
How can i fix that?
Princy
Top achievements
Rank 2
 answered on 06 Mar 2013
1 answer
131 views
Hi
     How to get the edit row index in client side on command event of radgrid. thanks for your help

Savyo
Princy
Top achievements
Rank 2
 answered on 06 Mar 2013
6 answers
220 views
I have an attachment column in my radgrid that has stopped functioning properly and I can't seem to figure out why.

                    <telerik:GridAttachmentColumn ButtonType="ImageButton" ImageUrl="~/Images/pdf_icon.gif" DataSourceID="odsLetter"  HeaderImageUrl="~/Images/pdf_icon.gif" HeaderTooltip="Download Letter"
DataTextField="FileName" AllowFiltering="false" AttachmentDataField="FileBLOB" AttachmentKeyFields="HTC_Key" FileNameTextField="FileName" UniqueName="Letter" SortExpression="LetterReleased">
                        <HeaderStyle HorizontalAlign="Center" />
                        <ItemStyle HorizontalAlign="Center" />
                    </telerik:GridAttachmentColumn>

I have the oncommand event set to run the gridCommand function to disable AJAX for the download.

<telerik:RadCodeBlock ID="RadCodeBlock2" runat="server">
    <script type="text/javascript">
<!--
        function gridCommand(sender, args) {
            if (args.get_commandName() == "DownloadAttachment") {
                var manager = $find('<%= RadAjaxManager.GetCurrent(Page).ClientID %>');
                manager.set_enableAJAX(false);
 
                setTimeout(function () {
                    manager.set_enableAJAX(true);
                }, 0);
            }
        }
 
   -->
    </script>
</telerik:RadCodeBlock>

The grid loads and displays the right filename as a tooltip over the icon when I hover with my mouse which leads me to believe that the keyfields linkage is working right.  When I click the download icon, the page does a postback and reloads the grid without downloading the file from the BLOB field.

Any ideas about why this is happening this way?

Thanks

Mike
asimptota
Top achievements
Rank 1
 answered on 06 Mar 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?