Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
400 views
Hi,

I am using a GridImageColumn to display images.  However, I need data specific alternate text for each image for screen readers to pick up, like what the Tool Tip displays.  The AlternateText attibute is generic for the whole column and the DataAlternateTextField doesn't display if the images are missing.  Can anybody suggest a way to get data bound alternate text for this type of column.

Thank you,

Chris
Roland
Top achievements
Rank 1
 answered on 24 Nov 2009
3 answers
148 views

Hello,

Currently i am working on a resource scheduling application that uses the RadScheduler control.
When i click on a empty TimeSlot or on the Appointment itself, an RadWindow opens. This window
contains an RadTabStrip and Multipage control. This is because each appointment has a lot of information
associated with it, so i divide this over the available tabs. I would like to integrate the advanced edit/insert
dialog in a new tab so it displays information about the current appointment and have the ability to
reschedule.

Do you think this is possible ?

Thanks in advance,

TS

P.S. I have attached a screenshot

Peter
Telerik team
 answered on 24 Nov 2009
1 answer
121 views
Hi

I have applied filtering on Rad Grid. Now I want Ilist of filtered values for a specific column. Can somebody provide me with codesnippet for that ?

Cheers-Hemant
Veli
Telerik team
 answered on 24 Nov 2009
11 answers
533 views
I use this method to load dynamically controls to my page view:

e.PageView.Controls.Add(someControl); 

and I use it for every tab clicked. The problem is that once the control was loaded, its life cycle occurs in every postback, even if it's not the current loaded control. For example, if I load A Control and then B Control, A lifecycle is still performed fully in every postback.

I did try to find a solution by checking from each control, if this is the control that is now selected in the tabStrip. The porblem is that the tabStrip_onClick occurs already AFTER the page_load and other lifecycle events occurs, so the current selected control is not updated correctly.

Two questions:
1. From what I read, you are known with this issue. Are you about to fix it in the coming versions ?
2. Do you have any other suggestions for a work around to solve it ?

Thanks,
Hadar
Ben
Top achievements
Rank 1
 answered on 24 Nov 2009
3 answers
74 views
Hello,

We have deployed RadControls for SharePoint 2007 (MOSS): Editor Lite solution to a farm with 2 WFE.

Made the required changes to deploy it at Site Collection level and activated both features.

It seems to work fine on one WFE but not on the other (tested using hosts file).

There were no errors in the deployment and no errors are reported in the event log.

Did multiple IISRESET to see if it fixes the issue, but no luck.

The features seem to be correctly deployed in the relevant folders on each WFE.

What could be causing this? How can we fix it?

Thank you.

Alex.
Stanimir
Telerik team
 answered on 24 Nov 2009
1 answer
75 views
I'm using the PortalSiteMapDataSource in MOSS on a publishing site, and this is part of my my sitemap:

Home
      - Community
      - Teams
      - Employee Resources

etc.

What I want is for the Home page link to show up on the main level of the navigation:

Home    |    Community   |    Teams    |    Employee Resources

I saw a related post for the Tabstrip, but this seems to actually show only the children, or renders the Home as the root tab, and the children as subtabs:

http://www.telerik.com/community/forums/aspnet-ajax/tabstrip/moss-and-radtabstrip-for-navigation.aspx

Albert seems to be saying the PortalSiteMapDataSource works the way I want, but I don't see how.  I'm not anticipating needing anything below the second level, so I could use either the tabstip or the menu, I suppose.

But how do I get the Home page showing up in the menu/tabstrip with it's children?

My current code:
        <telerik:RadMenu ID="RadMenu1" DataSourceID="siteMapDataSource1" MaxDataBindDepth="2" runat="server" /> 
        <telerik:RadTabStrip ID="RadTabStrip1" DataSourceID="siteMapDataSource1" Skin="Web20" runat="server"/>  
        <PublishingNavigation:PortalSiteMapDataSource ID="siteMapDataSource1" Runat="server" 
            SiteMapProvider="CombinedNavSiteMapProvider" EnableViewState="true" 
            StartFromCurrentNode="true" StartingNodeOffset="0" ShowStartingNode="false" 
            TreatStartingNodeAsCurrent="true" TrimNonCurrentTypes="Heading"  /> 
 



Thanks in advance,
Mike



Veselin Vasilev
Telerik team
 answered on 24 Nov 2009
1 answer
88 views
The docs say that the clientside API for an appointment has a method called "get_id()" which returns an int value which represents the appointment's ID.

This is true. Kind of.

If your appointment reoccurs, then the value returned is something like "X_Y" where X is the master appointment's ID and Y is the number of the recurrence, so, for example "10_8" represents the id of the 9th occurrence of appointmentID 10.

Either, the docs are wrong or the method is.

--
Stuart
Peter
Telerik team
 answered on 24 Nov 2009
1 answer
144 views
Hi,  I am currently working with DevExpress controls and I'm considering a move.   Can you tell me how your controls handle the problem of identifying, client side, a telerik control inside a user control which appears on the page more than once.  Let says you have a page with a user control of type InnerControl, and inside that control you have a Telerix ListBox which you want to identify in some javascript function to perform some behaviour that is relevant to the InnerControl.  I.E. you want to place the javascript with the user control (either in the same file, or a file included by the ascx of the InnerControl).  Now further imagine that there is another user control on the same page of a different type, say OuterControl and this control also contains an instance of the InnerControl.  What is the recommended way of generating the client side javascript for the InnerControl, given that there will be 2 instances of the InnerControl on the final page and that you cannot have 2 javascript objects with the same id, or 2 javascript functions with the same name?

As an extension to this problem, what happens to the javascript client side object of the List Box when the InnerControl is reloaded using a callback (not a postback)?  Is a new object created, or is the old one reused?

Hope that makes sense and thanks for your time.

--
Scott
Veselin Vasilev
Telerik team
 answered on 24 Nov 2009
1 answer
119 views
Forgive me if this has already been covered in the forum.  I will search the forum message by message if I have too, but I have run into a small/large issue when integrating the Full RadEditor into our MOSS 2007 environment which we use primarily for publishing.

Order of operations:
We had installed the lite free version of the control first everything works great.
We installed the full version next (carefully following the instructions) and everything works in terms of the control itself. However, as part of the install the configuration has broken something else.
The challenge (I think) is the full version required the install of AJAX.NET (most likely for the call backs for the spell checker etc), we didn't notice this for the free version so we didn't uncover our issue then.  Now that we have moved to the full version we are stuck in one way.

The Issue:
Part of the web.config changes (again most likely for the ajax.net stuff) seem to relate to "*.asmx" files.  The issue is that in our MOSS 2007 environment there are a few sharepoint lists that we setup as ANONYMOUS Read and Add.  The intent of those lists is to allow Non authenticated users to posts things like comments etc to these lists all of which we handle via Javascript and a soap call post to the /_vti/lists.asmx  sharepoint service.   However this service NOW returns a 401 Not Authenticated error when accessing.

Has anyone come anywhere near understanding this type of issue?

Forgive me if I didn't explain it well enough, pretty new to this Sharepoint/third party controls world.

Regards,
Richard Ashwell
Stanimir
Telerik team
 answered on 24 Nov 2009
3 answers
140 views
I have a combo box within a rad panel bar. I am trying to redirect based on if the user selects something within it. However, right now I'm just getting a JS alert saying object not set to the instance of an object. Here is the relevant code. You can see what I mean at alpha.clickablecommunity.com the page should redirect to calendar.aspx when the user selects that from the dropdown.

    Protected Sub viewDrop_SelectedIndexChanged(ByVal o As Object, ByVal e As Telerik.Web.UI.RadComboBoxSelectedIndexChangedEventArgs)
        Dim dropdown As RadComboBox = DirectCast(RadPanelBar1.FindItemByText("Places to Go").Items(0).FindControl("veiwDrop"), RadComboBox)
        
        If dropdown.SelectedValue = "calendar" Then
            Response.Redirect("Calendar.aspx")
        End If
                
    End Sub
</script>

And the aspx I didn't paste it all but the panel bar works fine.

<link href="../ClickableCommunity.css" rel="stylesheet" type="text/css" />
<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" LoadingPanelID="RadAjaxLoadingPanel1" Width="220px" Height="520px" BorderStyle="None">
    <telerik:RadPanelBar ID="RadPanelBar1" runat="server" Skin="Web20"
        AllowCollapseAllItems="false" Width="220px" BorderStyle="None" OnClientItemClicked="itemClicked"
        ExpandMode="FullExpandedItem" Height="100%">
        <CollapseAnimation Type="None" Duration="100"></CollapseAnimation>
        <Items>
            <telerik:RadPanelItem runat="server" Text="Places to Go" Font-Bold="true" Font-Size="Medium" Expanded="true" BorderStyle="None">
                <Items>
                    <telerik:RadPanelItem runat="server" BorderStyle="None">
                        <ItemTemplate>
                            View: &nbsp;&nbsp;&nbsp;
                            <telerik:RadComboBox ID="viewDrop" runat="server" Skin="Web20" Width="100px" MarkFirstMatch="True"
                        Font-Size="12px" EnableVirtualScrolling="True" OnSelectedIndexChanged="viewDrop_SelectedIndexChanged" AutoPostBack="true">
                        <CollapseAnimation Duration="1000" Type="InOutBack" />
                        <Items>
                            <telerik:RadComboBoxItem Value="map" Text="Map" Selected="true" />
                            <telerik:RadComboBoxItem Value="calendar" Text="Calendar" Selected="true" />
                        </Items>
                    </telerik:RadComboBox>
                            <telerik:RadTreeView ID="attractionsTree" runat="server" Skin="Web20" CssClass="leftPanelContent"
                                CheckBoxes="true" OnClientNodeClicking="OnClientNodeClicking" OnClientNodeChecked="OnClientNodeChecked" >
                            </telerik:RadTreeView>
                        </ItemTemplate>
                    </telerik:RadPanelItem>
                </Items>
            </telerik:RadPanelItem>
Web Services
Top achievements
Rank 2
 answered on 24 Nov 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?