This is a migrated thread and some comments may be shown as answers.

RadPanel not displayed

3 Answers 63 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Yannick
Top achievements
Rank 1
Yannick asked on 16 May 2012, 11:17 AM
Here is my code:

<%@ Page Language="vb" MasterPageFile="~/Site.Master" AutoEventWireup="false" CodeBehind="Files.aspx.vb" Inherits="Digicontacts_Web_Final.Files" %>

<%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %>

<asp:Content ID="content1" ContentPlaceHolderID="MainContent" runat="server">

    <div id="settings-container">
        <telerik:RadPanelBar ID="RadPanelBar1" Runat="server" DataFieldID="ScheduleID"
            DataFieldParentID="calendar_group" DataSourceID="SqlDataSource1"
            DataTextField="calendar_name">
        </telerik:RadPanelBar>
        <asp:SqlDataSource ID="SqlDataSource1" runat="server"
            ConnectionString="<%$ ConnectionStrings:vicidial_V4ConnectionString5 %>"
            ProviderName="<%$ ConnectionStrings:vicidial_V4ConnectionString5.ProviderName %>"
            
            SelectCommand="SELECT ScheduleID, calendar_name, calendar_group FROM digi_calendar_bis">
        </asp:SqlDataSource>
     </div>
    <div id="scheduler-container">
     </div>

</asp:Content>

I do not understand why only my RadPanel not displayed?
My base is composed of three column: ScheduleID, and calendar_name calendar_group
I would like to view the calendar_group and within the corresponding calendar_name?
Thank you in advance.

there is really nobody there to help me?

3 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 21 May 2012, 07:29 AM
Hello Yannick,

Thank you for contacting us.

Looking at the code that you provided I can not see any reason why the RadPanelBar does not display. Please try placing another control and test if you get the same behavior. Can you also clarify if this happen when you deploy your application to the production server or on your local machine as well?

Kind regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Yannick
Top achievements
Rank 1
answered on 21 May 2012, 07:39 AM
I add this in my controller div "Scheduler-container":
My calendar appears well but not my toujour radpanel.


<telerik:RadScheduler ID="RadScheduler1" runat="server"
            DataDescriptionField="location" DataEndField="end_date_Time" DataKeyField="id"
            DataSourceID="SqlDataSource2" DataStartField="start_date_time"
            DataSubjectField="subject" EnableDescriptionField="True" Skin="Transparent">
        </telerik:RadScheduler>
        <asp:SqlDataSource ID="SqlDataSource2" runat="server"
            ConnectionString="<%$ ConnectionStrings:vicidial_V4ConnectionString2 %>"
            ProviderName="<%$ ConnectionStrings:vicidial_V4ConnectionString2.ProviderName %>"
            SelectCommand="SELECT id, start_date_time, end_date_Time, subject, description, location FROM digi_calendar_events">
        </asp:SqlDataSource>

I work in local and I do not understand where does the concern??
0
Kate
Telerik team
answered on 21 May 2012, 08:16 AM
Yannick,

Thanks for clarifying.
Unfortunately the information that you provided is not sufficient for me to replicate the issue locally. Therefore I would like to ask you to open a support ticket and send me a simplified runnable project that I can test locally and help you out.

All the best,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
PanelBar
Asked by
Yannick
Top achievements
Rank 1
Answers by
Kate
Telerik team
Yannick
Top achievements
Rank 1
Share this question
or