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

I'm having a problem with a calendar found in a context menu: when clicking on the calendar title the fast navigation table is shown under the menu item. 

Below you can see my code:

<

form id="form1" runat="server">

<

asp:ScriptManager ID="ScriptManager1" runat="server" />

<

asp:Label runat="server" ID="lblShow" Text="Test bug"></asp:Label>

<

radC:RadContextMenu EnableViewState="false" ClickToOpen="true" ID="RadMenu1" runat="server" Flow="Vertical" style="left: 0px; top: 0px" >

<

Targets>

<radC:ContextMenuControlTarget ControlID="lblShow" />

</Targets>

<

Items>

<radC:RadMenuItem runat="server" Text="Calendar" Value="Day_Selector">

<Items>

<radC:RadMenuItem runat="server" Value="Day">

<ItemTemplate>

<radC:RadCalendar ID="RadCalendar1" runat="server" EnableMultiSelect="False" SelectedDate="" EnableViewState="false" TitleFormat="MMM yyyy" Width="160px" />

</ItemTemplate>

</radC:RadMenuItem>

</Items>

</radC:RadMenuItem>

</

Items>

</

radC:RadContextMenu>

</

form>


Any ideas on how to resolve this issue?

AdrianP
Top achievements
Rank 2
 answered on 04 Aug 2008
2 answers
105 views

Hi,

I would like to get the number of item in my datasource but with the sorting i only have the item of the page.

Me.myradgrid.MasterTableView.Items.Count

So i try using the PagingManager,but my PagingManager is nothing...

Me.myradgrid.MasterTableView.PagingManager.DataSourceCount

I call theses instructions in my behind-code to update a label in the databound fonction of my radgrid.

Thx



 

Johan
Top achievements
Rank 1
 answered on 04 Aug 2008
2 answers
108 views
Hi,

I have purchased the Ajax telerik menu latest version. I have a menu control with a huge structure, that is generated during the runtime. Auto scrolling is enabled in this menu and it is heavily used.

The problem is that certain menu sub items (especially in 3rd and 4th level) do not display the top part of the scroll bar!!!

Any idea why this happens?


 (Previously i was working wit the trial version and it was working fine.)
T. Tsonev
Telerik team
 answered on 04 Aug 2008
2 answers
104 views
Hi

I am trying to use the RadSlidingPane client-side method - get_docked
however it always seems to return TRUE?

ie. var isDocked = slidingZone.getPaneById("<%=RadSlidingPaneCriteria.ClientID%>").get_docked;

get_dockedPaneId seems to work OK
var DockedID = slidingZone.get_dockedPaneId();

Am I missing something?

Regards

Martin

-----------------------------------------------------------
-- Test code
-----------------------------------------------------------
<script type="text/javascript" language="javascript">

    // Test to see if a Pane is Docked
    function Test()
    {
        var slidingZone = $find("<%= RadSlidingZone1.ClientID%>");
       
    var isDocked = slidingZone.getPaneById("<%=RadSlidingPaneCriteria.ClientID%>").get_docked;
       
    if (isDocked)
        {
            alert("PANE IS DOCKED");
        }
        else
        {
            alert("NOT DOCKED");
        }
    }
</script>

-----------------------------------------------------------
-- ASPX code
-----------------------------------------------------------

        <input id="Button1" type="button" onclick="Test();" value="Test" />

        <telerik:RadSplitter ID="RadSplitter1" runat="server" Height="660px" Width="800px" Skin="Telerik" >

            <telerik:RadPane ID="RadPaneLeft" runat="server" Width="22px" Scrolling="None" Height="100%" >

            <telerik:RadSlidingZone  ID="RadSlidingZone1" runat="server" Width="22px" BackColor="White" Height="100%" SlideDirection="Right" SlideDuration="10" ClickToOpen="True" >

                <telerik:RadSlidingPane ID="RadSlidingPaneCriteria" runat="server" Title="Criteria" Height="600px" Scrolling="Y" Width="300px" TabView="ImageOnly" IconUrl="~/Reports/Images/Search.png" >
                </telerik:RadSlidingPane>

                <telerik:RadSlidingPane ID="RadSlidingPaneHelp" runat="server"
                    Title="Help" Width="300px" IconUrl="~/Reports/Images/Help.png" TabView="ImageOnly" >
                </telerik:RadSlidingPane>

            </telerik:RadSlidingZone>

            </telerik:RadPane>

            <telerik:RadSplitBar ID="RadSplitBar1" runat="server" EnableResize="False" Visible="True" />


            <telerik:RadPane ID="RadPaneRight" runat="server">
            </telerik:RadPane>

        </telerik:RadSplitter>

Martin
Top achievements
Rank 1
 answered on 04 Aug 2008
1 answer
139 views
Hi,

The Default2006 skin embedded in this newest version seems to have some issues. The graryish gradient background is not there. The whole thing look very white after I installed the newest version.

Is the skin removed from this verison? I thought it was embedded in this version as well.
Alex Gyoshev
Telerik team
 answered on 04 Aug 2008
1 answer
65 views

Dear Telerik,

I am using rad grid with edit button in it, when edit button pressed a user control will open in the grid

When page poastabck or some action happens, how can i close the user control in the grid?


Thnaks in advance

Yavor
Telerik team
 answered on 04 Aug 2008
2 answers
104 views
Is there a way to add HTML in the status bar of a RadWindow? i.e. if I wanted to have a link appear in the status bar?
Charlie Bross
Top achievements
Rank 1
 answered on 04 Aug 2008
2 answers
160 views
Hi All,

I have populated the combobox with the data and from that data the mostly likely used item is 'Buy'. so I want to show this on top in the combo box.

How can I do it .

Thanks for all your help.
Yana
Telerik team
 answered on 04 Aug 2008
1 answer
124 views
Hi All,

I am using radtabstrip,radajaxmanager,radajaxloadindpanel and each tab there is rad grid.

I want to set ajaxSetting of ajaxmanager form client side function .

Following function call on tabSelecting event or radtabstrip.
.

 function onTabSelecting(sender, args)
              { 
                  if (args.get_tab().get_pageViewID()) 
                 { 
               
                  
                    args.get_tab().set_postBack(true); 
                    
                  }
              }



<telerik:RadAjaxManager ID="radAjaxManager1" runat="server" EnableAJAX="true"
            DefaultLoadingPanelID="LoadingPnlCustom" >
                <ajaxsettings>
                     
                
                   
                   
                 
                  <telerik:AjaxSetting AjaxControlID="RadTabStrip1">
                        <updatedcontrols>
                            <telerik:AjaxUpdatedControl ControlID="RadMultipageView1"
                    LoadingPanelID="LoadingPnlCustom" /></updatedcontrols></telerik:AjaxSetting>
                   
                    <telerik:AjaxSetting AjaxControlID="RadMultipageView1">
                        <updatedcontrols>
                                                  
                            <telerik:AjaxUpdatedControl ControlID="RadTabStrip1"
                    LoadingPanelID="LoadingPnlCustom" /></updatedcontrols></telerik:AjaxSetting>

  </ajaxsettings>

< /telerik:RadAjaxManager >



Issues:
1>I want to show loading Panel on grid of pageview. But  this code show loading panel on pageview.
2>It Not Shows the loading panel on default pageview when load the page.
3>>How can i set the ajaxsetting from client side function.

                   
Thanking you
Maria Ilieva
Telerik team
 answered on 04 Aug 2008
1 answer
78 views
Hi,

Is it possible to append ChildNodes to at RadTreeNodeData object and have them build Client side?

Best Regards,
Christian
Atanas Korchev
Telerik team
 answered on 04 Aug 2008
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?