Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
99 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
171 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
301 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
456 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
159 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
105 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
126 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
64 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
1 answer
93 views
Hello,

I'm trying to use the autocompletebox in a DNN module (07.01.02 (356)) and I can see the AJAX call going out, but when the response comes back I see the following error in the console, and the drop down doesn't show any options:   [Error] TypeError: 'undefined' is not an object (evaluating 'e.length')
_populateDropDown (Telerik.Web.UI.WebResource.axd, line 5905)
_onWebServiceResponse (Telerik.Web.UI.WebResource.axd, line 6116)
(anonymous function) (Telerik.Web.UI.WebResource.axd, line 6)
(anonymous function) (Telerik.Web.UI.WebResource.axd, line 6)
_raiseEvent (Telerik.Web.UI.WebResource.axd, line 978)
_onWebServiceSuccess (Telerik.Web.UI.WebResource.axd, line 973)
(anonymous function) (Telerik.Web.UI.WebResource.axd, line 6)
x (Telerik.Web.UI.WebResource.axd, line 6)
(anonymous function) (Telerik.Web.UI.WebResource.axd, line 6)
completed (Telerik.Web.UI.WebResource.axd, line 6)
_onReadyStateChange (Telerik.Web.UI.WebResource.axd, line 6)

Thanks,
Scott
Kate
Telerik team
 answered on 07 Nov 2013
1 answer
65 views
Hi ,

I want the look and feel of both Row Field header and Column field header should be same.
For our project we are using Pivot grid and Rad Grid ,we need same look of pivot grid header as rad grid.
help me how to override the css of Pivot grid Row fild header as same like Colum header.
please see the attached file.

rowheader1.jpg  is the original out put
rowheaderneedsamelikeuniform2.png  needed output.


Thanks and Regards
Shanu
Pavlina
Telerik team
 answered on 07 Nov 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?