Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
132 views
Hi,

I use 10 Color Picker inside a form to customize de design of a page.

The first problem is with FF3. Of the browser crash of he take more than one minute to show the page ( with IE, no problem)
Normally with the default preset we have always the option to select No Color ( localized normally on the top of the pallet)
But here i don't see it.
I try the attribute : ShowEmptyColor="True", but no effect.

any idea ?






Thanks

Yves.


Tsvetie
Telerik team
 answered on 30 Jan 2009
1 answer
70 views
Hello,

Is that possible in the calender that when we select the muliple date in a month then in the calender control Header should show the Date Start  to Date End?
Example -:
Suppose i have Select the date from 26 Jan to 31 jan then in the Header it Should show the
 Jan,26th - Jan,31st
 just above the month.

Thanks and regards
Manoj
Pavlina
Telerik team
 answered on 30 Jan 2009
5 answers
290 views
I really like the ToolTip control and have it working pretty much the way I want it in combination with a Scheduler control. I have AutoCloseDelay and HideDelay both set in the CodeBehind, sticky set to false and (at the moment) ManualClose set to false. I was wondering, however, if it is possible to have ManualClose true and use the AutoClose/HideDelay? This way, customers can have the tooltips displayed a reasonable amount of time before disappearing, but also gives them the option of getting the tooltip out of the way if it gets in their way.
Svetlina Anati
Telerik team
 answered on 30 Jan 2009
1 answer
100 views
Hi,

I am using RadControls Q3 2007 version. How can I avoid postback on click of menu items which do not have a navigate url value. It is annoying when user clicks on menu item to open sub menus below it; but the page posts back.

Thanks,
Sija
Yana
Telerik team
 answered on 30 Jan 2009
1 answer
101 views
Hello,

For some reason, the tooltip with a RadGrid within the tooltip, isn't showing the far right border, almost as if it's crowded out by the inner contents of the tooltip (which is a few links on top, but not enough to cover the side, and the RadGrid).  So the entire right black border is gone, and appears on occasion as  the links post back async using the RadAjaxManager.

Has anyone experienced this?
Svetlina Anati
Telerik team
 answered on 30 Jan 2009
1 answer
75 views
I have a RadMenu just above a RadRotator and when the menu expands it drops behind the RadRotator.  Is there a fix for this issue?
Paul
Telerik team
 answered on 30 Jan 2009
7 answers
158 views
Hi,

I am trying to use the disable() javascript function to disable my dropdown but get the error message that the object does not support the method; I am using the combobox version "RadControls for ASPNET AJAX Q2 2008".

I am using the following code to try to disable the drop down: (the location combo box id is stored in a hidden text box locationTypeDDID)

locationTypeDD = document.getElementById(locationTypeDDID.value);
locationTypeDD.disabled();

I have also tried using code similar to:

var combo = $find("<%= RadComboBox1.ClientID %>");   

but the ("<%="s cause errors in my application due to the web page being dynamically built. I have also tried
var combo = $find(locationTypeDDID.value);   

but this returns a null object, where as document.getElementById(locationTypeDDID.value) does return the combo box object.

Thanks in advance for your help!

Paul
Telerik team
 answered on 30 Jan 2009
4 answers
130 views
Hi, I have a Splitter control contained within a SplitterPanel below a tabstrip control and toolbar control. The Splitter displays fine in IE but it isn't showing at all in Fire Fox. Does anybody have a suggestion?

spContent is the control that will not show

<telerik:RadPane ID="paRight" runat="server" BackColor="White" Scrolling="None" Width="100%" Height="100%"
        <telerik:RadTabStrip ID="tsContent" runat="server" Skin="Office2007" SelectedIndex="0"
        <Tabs> 
            <telerik:RadTab runat="server" Text="Home"></telerik:RadTab> 
            <telerik:RadTab runat="server" Text="Daily Alert"></telerik:RadTab> 
            <telerik:RadTab runat="server" Text="View News Items"></telerik:RadTab> 
        </Tabs> 
        </telerik:RadTabStrip> 
        <telerik:RadToolBar ID="tbContent" runat="server" Skin="Office2007"
        <Items> 
            <telerik:RadToolBarButton Text="Print"></telerik:RadToolBarButton> 
            <telerik:RadToolBarButton Text="Email"></telerik:RadToolBarButton> 
            <telerik:RadToolBarButton Text="Word/PDF"></telerik:RadToolBarButton> 
        </Items> 
        </telerik:RadToolBar> 
        <telerik:RadSplitter ID="spContent" runat="server" Orientation="Horizontal" Skin="Office2007" Width="100%" Height="700px"
            <telerik:RadPane ID="paTop" runat="server" Width="100%" Scrolling="None" Height="100%" BackColor="Yellow"
                <telerik:RadGrid ID="grContent" runat="server" OnItemDataBound="grContent_ItemDataBind" 
                 Skin="Vista" GridLines="None" Width="100%" Height="100%" > 
                    <MasterTableView AutoGenerateColumns="false" TableLayout="Fixed" DataKeyNames="ID" Width="100%"
                        <Columns> 
                            <telerik:GridTemplateColumn> 
                                <HeaderStyle Width="3%" /> 
                                <HeaderTemplate> 
                                    <asp:CheckBox ID="cbSelectAll" runat="server" /> 
                                </HeaderTemplate> 
                                <ItemTemplate> 
                                    <asp:CheckBox ID="cbSelect" runat="server" /> 
                                </ItemTemplate> 
                            </telerik:GridTemplateColumn> 
                            <telerik:GridTemplateColumn UniqueName="FlagColumn" HeaderText="Flag"
                                <HeaderStyle Width="3%" /> 
                                <ItemTemplate> 
                                     
                                </ItemTemplate> 
                            </telerik:GridTemplateColumn> 
                            <telerik:GridTemplateColumn UniqueName="TitleColumn" HeaderText="Stream Title / Topic"
                                <HeaderStyle Width="30%" /> 
                                <ItemTemplate> 
                                    <asp:Label ID="lblTitle" runat="server"></asp:Label> 
                                </ItemTemplate> 
                            </telerik:GridTemplateColumn> 
                            <telerik:GridTemplateColumn UniqueName="ContentTypeColumn" HeaderText="Content Type"
                                <HeaderStyle Width="30%" /> 
                                <ItemTemplate> 
                                    <asp:Label ID="lblContentType" runat="server"></asp:Label> 
                                </ItemTemplate> 
                            </telerik:GridTemplateColumn> 
                            <telerik:GridTemplateColumn UniqueName="DateColumn" HeaderText="Date/Time"
                                <HeaderStyle Width="30%" /> 
                                <ItemTemplate> 
                                    <asp:Label ID="lblDate" runat="server"></asp:Label> 
                                </ItemTemplate> 
                            </telerik:GridTemplateColumn> 
                        </Columns> 
                    </MasterTableView> 
                    <ClientSettings AllowColumnsReorder="False" AllowRowsDragDrop="true"
                        <Resizing AllowColumnResize="true" EnableRealTimeResize="false"  
                        ResizeGridOnColumnResize="false" ClipCellContentOnResize="true" /> 
                        <Scrolling AllowScroll="True" UseStaticHeaders="True" ScrollHeight="1" /> 
                        <Selecting AllowRowSelect="True" EnableDragToSelectRows="true" /> 
                    </ClientSettings> 
                </telerik:RadGrid> 
            </telerik:RadPane> 
            <telerik:RadSplitBar ID="sbContent" runat="server" /> 
            <telerik:RadPane ID="paBottom" runat="server"
             
            </telerik:RadPane> 
        </telerik:RadSplitter> 
    </telerik:RadPane> 

Thanks,

Antony
Antony
Top achievements
Rank 1
 answered on 30 Jan 2009
2 answers
127 views
Hello,

I am trying to display a product list to radgrid and it seems fine except one thing.
When i load the page i bind the whole list of the products. Then i have a field search and when you do search i want to bind only the products that match keywords .. means different data. And it works initially. But if i click another page e.g. page #2 it load the whole list again.

<on load event handler>
If Not Page.IsPostBack Then
RadGrid1.DataSource = WholeList
.....



<on button click even handler>
RadGrid1.DataSource = SearchResult

Means how do i manage the situation with remaining the new data even if i click another page (paging)?

Thanks

P.S. maybe i need to have a flag or something ?
Princy
Top achievements
Rank 2
 answered on 30 Jan 2009
4 answers
208 views
Hello Telerik's Team !

I wanted to add SpecialDays with method AddRange(Array of RadCalendarDays) but it don't seems to fully work. Maybe i'm missing something ? I'm using DotNetNuke, and I'm trying to show on the calendar the days which contain an event.
If you look on my screenshots, the orange days are those with event. So the SpecialDays method works fine, but for the event planned on the 28 January, it only appears if I move to February then come back to January. For more, in debug many others days are added to the List(of RadCalendarDay) but they doesn't appear on the calendar. I've also tryed the SpecialDays.Add() and many many other tricks ...

- 28 January event doesn't appear : http://88.191.55.88/Screenshot-20090127-113340.png
- I move to February : http://88.191.55.88/Screenshot-20090127-113424.png
- Then come back to January : http://88.191.55.88/Screenshot-20090127-113444.png


 <telerik:RadCalendar ID="radCalSearch" runat="server" EnableMultiSelect="true" EnableNavigationAnimation="false" 
        FastNavigationNextImage="~/images/btn_RadCal_FN.jpg" 
        FastNavigationPrevImage="~/images/btn_RadCal_FP.jpg" 
        NavigationNextImage="~/images/btn_RadCal_N.jpg" 
        NavigationPrevImage="~/images/btn_RadCal_P.jpg" 
        ShowRowHeaders="true" DayNameFormat="FirstTwoLetters"  > 
        <SpecialDays> 
            <telerik:RadCalendarDay Date="" Repeatable="Today"
                <ItemStyle CssClass="radCalToday_Default" /> 
            </telerik:RadCalendarDay> 
        </SpecialDays> 
    </telerik:RadCalendar> 
 Private Sub Page_Load(ByVal sender As System.ObjectByVal e As System.EventArgs) Handles MyBase.Load 
 
            Try 
                If (Page.IsPostBack = FalseThen 
 
                    [...] 
 
                    SetExistingDates() 
 
                End If 
 
            Catch exc As Exception    'Module failed to load 
                ProcessModuleLoadException(Me, exc) 
            End Try 
 
        End Sub 
  Private Sub SetExistingDates() 
 
            Dim objArticleController As New ArticleController 
            Dim objArtList As List(Of ArticleInfo) = objArticleController.GetArticleList(intSourceModuleId, True
            Dim objExistingDates As New List(Of Telerik.Web.UI.RadCalendarDay) 
 
            For Each objArticle As ArticleInfo In objArtList 
                If objArticle.EventStartDate <> Null.NullDate Then 
                    ' we have an event, displaying the startDate 
                    Dim objDate As New Telerik.Web.UI.RadCalendarDay 
                    objDate.Date = objArticle.EventStartDate 
                    objDate.ItemStyle.CssClass = "radCalDefault_Default radCalDefault_EventDay" ' Set CssClass to the day 
                    If Not ExistingDateIsNotAlreadyOnTheCollection(objExistingDates, objDate.DateThen 
                        objExistingDates.Add(objDate) ' Add the specialDay into List 
                    End If 
 
                    If objArticle.EventEndDate <> Null.NullDate Then 
                        ' we have a endDate, we display all the days between Start and End. 
                        If objArticle.EventStartDate < objArticle.EventEndDate Then ' should be unusefull 
                            While objDate.Date < objArticle.EventEndDate.Date 
                                objDate.Date = objDate.Date.AddDays(1) ' Next day 
                                If Not ExistingDateIsNotAlreadyOnTheCollection(objExistingDates, objDate.DateThen 
                                    objExistingDates.Add(objDate) 
                                End If 
                            End While 
                        End If 
                    End If 
                Else 
 
                End If 
 
            Next 
 
            If Not objExistingDates Is Nothing Then 
                Me.radCalSearch.SpecialDays.AddRange(objExistingDates.ToArray) 
            End If 
 
 
        End Sub 
 

Sébastien


Sébastien
Top achievements
Rank 2
 answered on 30 Jan 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?