Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
88 views
Hello,

I am using a RadGrid control, and as it currently stands, you can drag a grouping field (with the tool tip "Drag out of the bar to ungroup"), even though "AllowDragToGroup" = false. This is causing a javascript error "Sys.WebForms.PageRequestManagerServerErrorException".

I can't find an option to disable the dragging of this field, does anyone have a solution?

Thanks for any help
Jo
Top achievements
Rank 1
 answered on 29 Feb 2012
9 answers
170 views
Hi,
Can you help me with an example of setting a filter on a oData Clientside binded RadGrid.
For example:
I want to filter my Table Patients on Surname contains 'Jan'


Hope you can help me.
Greetings
Marcel de Groot
Ronak
Top achievements
Rank 1
 answered on 29 Feb 2012
2 answers
110 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
158 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
89 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
49 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
116 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
108 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
90 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
142 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
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?