Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
78 views
Hi,
How to set the page number in pdf export.?
Princy
Top achievements
Rank 2
 answered on 07 Nov 2013
1 answer
144 views
Hi,
i have used GridClientSelectColumn with multi row selection. The selection works fine, but if i click any other row all oder selected rows are deselected and only the current row is selected. How to overcome this? When i select a row i want only that to be unchecked. Please help.
Princy
Top achievements
Rank 2
 answered on 07 Nov 2013
1 answer
94 views
Hi Team,
I am using Telerik RadProgressBar. I would like to know is there is any way to change the CurrentOperationText during the radAsyncUpload. 

I tried the following

  function updateUploadVideoProgress(source, eventArgs) {
            // alert("Hi2");
            var progressData = eventArgs.ProgressData();
            progressData.CurrentOperationText = "Step 1: Uploading files to the server.."

            //source.Localization-CurrentFileName="Data";

        }

But CurrentOperationText is not replicated in the Progress Bar. Let me know if you have any solutions for this. 

Thanks in advance for the reply

Regards, 
Mohan
Hristo Valyavicharski
Telerik team
 answered on 07 Nov 2013
1 answer
160 views
 
Hi I am very new to Scheduler control can anyone tell me how do i get start and end time  and also date  when i select the  the time say 4 pm in the code behind and then wheni save and when i try to retrieve it i am getting different time  this is how i am doing can any one tell me what is the problem
 <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="RadScheduler1">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="RadScheduler1" LoadingPanelID="RadAjaxLoadingPanel1">
                    </telerik:AjaxUpdatedControl>
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>
        <asp:ScriptManager ID="ScriptManager1" runat="server">
        </asp:ScriptManager>
    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server">
    </telerik:RadAjaxLoadingPanel>
    <div class="exampleContainer">
        <telerik:RadScheduler runat="server" ID="RadScheduler1" Width="750px" DayStartTime="08:00:00"
            DayEndTime="18:00:00" TimeZoneOffset="03:00:00" OnAppointmentInsert="RadScheduler1_AppointmentInsert"
            OnAppointmentUpdate="RadScheduler1_AppointmentUpdate" OnAppointmentDelete="RadScheduler1_AppointmentDelete"
            
            DataKeyField="ID" DataSubjectField="Subject" DataStartField="Start" DataEndField="End"
            DataRecurrenceField="RecurrenceRule" DataRecurrenceParentKeyField="RecurrenceParentId"
            DataReminderField="Reminder" DayView-ReadOnly="False">
            <AdvancedForm Modal="true"></AdvancedForm>
            <TimelineView UserSelectable="false"></TimelineView>
            <TimeSlotContextMenuSettings EnableDefault="true"></TimeSlotContextMenuSettings>
            <AppointmentContextMenuSettings EnableDefault="true"></AppointmentContextMenuSettings>
            <Reminders Enabled="true"></Reminders>
        </telerik:RadScheduler>
    </div>

protected void RadScheduler1_AppointmentInsert(object sender, SchedulerCancelEventArgs e)
        {
            Appointments.Add(new AppointmentInfo(e.Appointment));
            DateTime start = e.Appointment.Start;
            DateTime end = e.Appointment.Start.AddMinutes(((RadScheduler)sender).MinutesPerRow);
            string startdate = e.Appointment.Start.ToString();
        }

Kate
Telerik team
 answered on 07 Nov 2013
3 answers
283 views
Hi,

I have a simple radgrid project which all works fine from visual studio, my problem is when I publish it I lose the skin, i.e. the screen appears in text only. The skin DLL is in the bin folder so not sure whats gone wrong here. Anyone seen this before?

Thanks

Mick
Venelin
Telerik team
 answered on 07 Nov 2013
1 answer
447 views
Hi,

I want to open Power Point file (.ppsx or .pps) in Browser.
I have tried many methods.
But all methods lead me to download the file not to show in the browser.

It should not be downloaded.have to be shown in browser itself.

help me to get this done.

Thanking you,

Regards,
AGM Raja
Shinu
Top achievements
Rank 2
 answered on 07 Nov 2013
1 answer
150 views
Here is the scenario:

- I am calling a new ASPX page inside a RadWindow which is vertically larger than the parent browser window.
- The RadWindow is set to AutoSize
- The Vertical scroll bar is turned on within the RadWindow's adjusted width - which then triggers a Horizontal scroll bar to cover the new width of the Vertical scroll bar.  

I want the Vertical Scrollbar to appear when needed, but not the Horizontal one - unless in some rare instance the actual width of the Radwindow was truly more than the Parent Browser Window.

Am I missing something?  
Ianko
Telerik team
 answered on 07 Nov 2013
5 answers
100 views
I am trying to make an Excel document from a Grid. The Excel export needs to work in multiple international locations. It currently works fine when viewed from a en-US computer, but when viewed from a it-IT computer the format of the latitude and longitude are incorrect. See the example below. I am not explicitly setting the culture either at page load or during the export. I have tried setting an invariant culture, but that doesn't appear to work either.

In grid on the website
en-US Latitude = -33.85563
it-IT Latitude = -33.85563
In exported Excel
en-US Latitude = -33.85563
it-IT Latitude = -3385563,00 (this should be -33,85563)
Kostadin
Telerik team
 answered on 07 Nov 2013
2 answers
122 views
We are using the latest release and we have lost all of our appointment background colors.  I am assigning the colors in the AppointmentDatabound  code as follows based on the type of appointment

"e.Appointment.BackColor = Color.Orange"

It looks like it is assigning the color correctly and I can see the color around the edges of the appointment, but it looks like an image is sitting on top of the back ground color.  This was not an issue before.  All the colors showed correctly.  The screenshot below shows the appointment as yellow when I coded it to be orange.



I also narrowed it down to only certain themes.  "WebBlue" shows only the one color and "Simple" showing the color we programmed the appointment to show.

Did something change in the Css to apply an image on the appointment in the last update?  Please help.
Kate
Telerik team
 answered on 07 Nov 2013
3 answers
59 views
Hi

In my web application, I am using Q1 2013 radcontrols. I am just adding reference to the telerik.web.UI, Skin and Design dll and now I want to use audio support for my radcaptcha. From where can I get the audio code files that corresponds to Q1 2013 version?

Thanks in advance
Saravanan
Shinu
Top achievements
Rank 2
 answered on 07 Nov 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?