Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
117 views
I've got a radEditor on a form.

I was doing a bit of testing and so went to the BBC home page and selected all the content on the page and copied it then pasted it to my editor.

You can see the results on this Jing video.

I'd be gratefule for any comments on how I might prevent either of the results shown in the video from occurring.
Stuart Hemming
Top achievements
Rank 2
 answered on 29 Feb 2012
1 answer
165 views

I am populating a Rad Scheduler using a WCF services, some of the items cannot be deleted so I have set AllowDelete to be false this does not seem to work and when I hover over the appointment the delete image still appears.

I have also tried to set some other information based on whether the appointment is a parent or child and this does not seem to work either, see my code below. The subject of the appointment changes to be either "Parent: ...." or "Child: ...." so the IF statement is working correctly. But the other changes I am trying to make do not seem to work correctly.

Am I adding the appointments incorrectly/is there another way to do this that will work.

Public Overloads Overrides Function GetAppointments(ByVal Owner As RadScheduler) As IEnumerable(Of Appointment)
 
     Dim AppointmentsList As New List(Of Appointment)
    'get a list of appointments to add and put them in the list above
 
    Do While Rs.ReadNext
 
        Dim AppointmentItem As New Appointment
 
        Slot.Fill(Rs.ReadRow)
 
        AppointmentItem.Start = Slot.Start_DT.Value
        AppointmentItem.End = Slot.End_DT.Value
        AppointmentItem.AllowEdit = False
        AppointmentItem.ID = Slot.GUI.Value
 
        If Slot.ParentGUI.IsNull Then
            AppointmentItem.Subject = "Parent: " & Slot.Name.Value
            AppointmentItem.AllowDelete = False
            AppointmentItem.ContextMenuID = "SchedulerAppointmentContextMenuDelete"
 
        Else
            AppointmentItem.Subject = "Child: " & Slot.Name.Value
            AppointmentItem.RecurrenceParentID = Slot.ParentGUI.Value
            AppointmentItem.AllowDelete = False
            AppointmentItem.BackColor = System.Drawing.Color.Black
            AppointmentItem.ForeColor = Drawing.Color.Pink
            AppointmentItem.ContextMenuID = "SchedulerAppointmentContextMenuNothing"
            ' have tried this too, AppointmentItem.ContextMenuID = Nothing
 
        End If
 
        AppointmentsList.Add(AppointmentItem)
 
    Loop
 
    Rs.Close()
 
    Return AppointmentsList
 
End Function

Plamen
Telerik team
 answered on 29 Feb 2012
3 answers
96 views
Hi,

I have grid that uses OpenAccessLinqDataSource with automatic insert, update and delete. I'm trying to implement insert but with following scenario.

Data table (as class) has 4 properties. ID, IdFirm, Number and Activity. I have set invisible property for ID and IdFirm colum. For ID is clear why I hide it. As for IdFirm I dont wont to display it because it must be connected to some othe class on page and user MUST NOT enter that information.

How to implement automatic insert and intersept that call to add IdFirm property to object and then save it database.

I use command item (AddNewRecordButton)

Marko
Marko Gluhak
Top achievements
Rank 1
 answered on 29 Feb 2012
4 answers
53 views
How come the calendar demos don't work? There used to be a full featured, or close to it, demo with code samples
Erik
Top achievements
Rank 1
 answered on 29 Feb 2012
2 answers
121 views
Most end-users, if they recognise the word "Ajax" at all, prolly still think it is a product to clean the bathtub with.

Consider changing the default text for the Spell Check button from "AJAX Spellchecker to "Spellchecker"

-- 
Stuart
Stuart Hemming
Top achievements
Rank 2
 answered on 29 Feb 2012
2 answers
113 views

Should showtext="false" work when I also have size="large"?

If "yes" then it's broken as I have...

<tools name="Proofing" tab="Home">
    <tool name="AjaxSpellCheck" size="large" showtext="false"/>
</tools>

but see screenshot.

--
Stuart

Stuart Hemming
Top achievements
Rank 2
 answered on 29 Feb 2012
1 answer
93 views
After updating to Q1 2012 shadow is not shown in any browser. EnableShadow="true". Previous releases was OK.
Marin Bratanov
Telerik team
 answered on 29 Feb 2012
1 answer
150 views
Hi,
i am getting following exception when i type characters in filter column.

  "No property or field 'jghjghj' exists in type 'DataRowView'


  <MasterTableView AllowPaging="true" AllowFilteringByColumn="true" CommandItemDisplay="Top"
                Width="100%">
                <PagerStyle Mode="NextPrev" AlwaysVisible="true"/>
                <CommandItemSettings ShowExportToExcelButton="true" ShowRefreshButton="false" ShowAddNewRecordButton="false" />
                <Columns>
                    <telerik:GridTemplateColumn HeaderText="Budget ID" DataField="budhdrtky" UniqueName="BudgetID"
                        Visible="true" ReadOnly="true">
                        <ItemTemplate>
                            <asp:LinkButton ID="lnkBtnBudgetId" runat="server" Text='<%#Eval("budhdrtky")%>'></asp:LinkButton>
                        </ItemTemplate>
                        <HeaderStyle Width="130px" />
                        <ItemStyle Width="130px" />
                    </telerik:GridTemplateColumn>
</Columns>

What changes do i need to do ??

Regards,
Akki
Richard
Top achievements
Rank 1
 answered on 29 Feb 2012
1 answer
90 views
i am new to this I would like to help me please I have a RadAsyncUpload and RadBinaryImage when loadinga picture from the photo RadAsyncUpload shown in the image RadBinaryImage but when I choose another image that shows nothing I RadBinaryImage I have this code
                   <telerik: RadAsyncUpload runat = "server" ID = "BtnExmaminarLogo"
                                               MaxFileInputsCount = "1" OnClientFileUploaded = "fileUploaded"
             OnFileUploaded = "BtnExmaminarLogo_FileUploaded" AllowedFileExtensions = "jpeg, jpg, gif, png, bmp"
                                               OnClientValidationFailed = "validationFailed" Width = "100%" Height = "100%">
             Select="Elegir <Localization Logo" Remove="Elegir Otra" Cancel="Cancelar" />
I want that when elgir "Choose Other" in the RadAsyncUpload not show the image the bone RadBinaryImagethis blank that do not know how please help  
Plamen
Telerik team
 answered on 29 Feb 2012
3 answers
272 views

Hello ,

We are facing a sporadic issue when using the RadUpload control in our website.

The application is hosted    in a load balanced server and the session is stateless.

This is what is happening. If the user uploads 10 files (then it creates 10 temp files on the server in RadUploadTemp folder.)We have 2 app servers and when the user access the server, it might get connected to appserver1. But there is no guarentee that for all the 10times it tries to access the server, it will always go to appserver1 as they are loadbalanced. The moment it hits appserver2, we get file not found exception. If it always hits appserver1 then all the files will be uploaded successfully

We are get the error every now and then. Is there any configuration that can be set in the control that would make the control work without issues in case where the load balancing is set and the session is stateless?


Thank you
Regards
Pankaj

Peter Filipov
Telerik team
 answered on 29 Feb 2012
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?