Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
86 views
Hello,

I'm trying to buil a shceduler solution where one can choose a certain employee (row in timeline view) and when clicked the user would get redirected to AdvancedInsertTemplate where he/she could see a grid with a set of appointments for the day and could then add a comment.

I'm at a stage that I can get a RadGrid inside the AdvancedInsertTemplate and can view it if I hardcode the select command of the Sqldatasource to fill the grid. It happens that I need to pass the employeeID, StartDate and EndDate that is selected on the event of opening the AdvancedInsertTemplate. How can I get these properties and what event should I use.

I apreciate all the help.

Cheers.
Peter
Telerik team
 answered on 17 Mar 2010
1 answer
69 views
My Unique customer ID is: WT370784

When I create/update a new appointment i want to be able to start my edition
on more... menu, not in the small windown that the control first show?

PS:
When double-click cell appointments
This small window is used to enter the subject and by default have:
(Save / cancel / more) options

I want to be able to go directy to more window.

Best Regards.
Veronica
Telerik team
 answered on 17 Mar 2010
1 answer
118 views
I managed to install Radmenu in a Sharepoint Publishing site. I am not getting the submenu's though. Here is the code I use.

<telerik:RadMenu ID="RadMenu1"
                      runat="server"
                      DataSourceID="SiteMapDataSource1"
                      Skin="Simple" />
<PublishingNavigation:PortalSiteMapDataSource ID="SiteMapDataSource1"
                  Runat="server"
                  SiteMapProvider="GlobalNavSiteMapProvider"
                  EnableViewState="true"
                  StartFromCurrentNode="true"
                  StartingNodeOffset="0"
                  ShowStartingNode="false"
                  TreatStartingNodeAsCurrent="true"
                  TrimNonCurrentTypes="Heading"/> 

When I look into the code generated for the menu I see the submenu items are there. But nothing happens when I hover or click the top menu item.

What am I missing?.
Schlurk
Top achievements
Rank 2
 answered on 17 Mar 2010
1 answer
129 views
Hi,

I have the following contextmenu in my tools.xml.

<contextMenu forElement="INPUT">
      <tool Name="TextField"></tool>      
 </contextMenu>    

Is it possible to define that the contextmenu only should be visible if the input-element has text as its type?
Dobromir
Telerik team
 answered on 17 Mar 2010
1 answer
129 views
I've just installed RadControls 2010. However, they do not appear in my toolbox.
All the previous versions used to have an option to "register radControls in Visual Studio." This feature was really helpful, since for some reason, telerik controls would disappear from the toolbox once in a while.

This package doe not have such option. How can I add these controls to my toolbox?
Pavlina
Telerik team
 answered on 17 Mar 2010
3 answers
81 views

Hi,

I've a button and two RadMenus on my Page. The RadAjaxManager is telling to ajaxify the Menus when the button is clicked.

Why just one RadMenu is being ajaxified ??

        <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" RestoreOriginalRenderDelegate="true"
            <AjaxSettings> 
                <telerik:AjaxSetting AjaxControlID="US_IB"
                    <UpdatedControls> 
                        <telerik:AjaxUpdatedControl ControlID="RadMenu1" LoadingPanelID="" />  
                        <telerik:AjaxUpdatedControl ControlID="RadMenu2" LoadingPanelID="" />  
                </telerik:AjaxSetting>                                                                                                               
            </AjaxSettings> 
        </telerik:RadAjaxManager> 

Pavlina
Telerik team
 answered on 17 Mar 2010
1 answer
59 views
How can i edit/delete/insert field in sharpoint list with radgrid control? help me please
Pavlina
Telerik team
 answered on 17 Mar 2010
1 answer
94 views
I have an example that closely follows your radtabstrip load on demand example.
The only differences include:
  • I run "addpageview" for each tab, and just set the pageview.selected = true for the first available tab on page load.
  • Each radgrid has a checkbox select.
  • Each usercontrol has a radstripcodeblock with script tags that handle rowselected & rowdeselected functions.

This is my issue:
I start my program on customer.acsx and select one or more rows. The javascript rowselected function works. I go to the next tab, product.acsx, then immediately go back to customer.acsx to deselect the rows. the deselect function of PRODUCT.acsx is ran, but not Customer.acsx.

Any Ideas?
David Ra.
Top achievements
Rank 1
 answered on 17 Mar 2010
7 answers
198 views
hi,
I changed my telerik controls to Q3 2009 version.
i am using skin "Vista" for my toolBar, 

        <telerik:RadToolBar ID="ActionBar" Skin="Vista"  runat="server" Width="100%" EnableEmbeddedSkins="False"
                    Height="25px" >
                    <CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
                        <Items>
                                <telerik:RadToolBarButton runat="server" Text="New" ImageUrl="~/App_Themes/kentz/images/New.png"
                                        Height="25px" Width="70px" Value="New" PostBack="false" CausesValidation="false"
                                        DisabledImageUrl="~/App_Themes/kentz/images/new_disable.png">
                                </telerik:RadToolBarButton>
                                <telerik:RadToolBarButton runat="server" IsSeparator="true" Height="25px">
                                </telerik:RadToolBarButton>
                                <telerik:RadToolBarButton runat="server" Text="Insert" ImageUrl="~/App_Themes/kentz/images/disk.png"
                                        Height="25px"  Width="70px"   Value="Insert" DisabledImageUrl="~/App_Themes/kentz/images/disk_disable.png">
                                </telerik:RadToolBarButton>
                                <telerik:RadToolBarButton runat="server" IsSeparator="true" Height="25px">
                                </telerik:RadToolBarButton>
                                <telerik:RadToolBarButton    runat="server" Text="Update"  ImageUrl="~/App_Themes/kentz/images/disk.png"
                                              Height="25px"  Width="70px"   Value="Update"   DisabledImageUrl="~/App_Themes/kentz/images/disk_disable.png">
                                </telerik:RadToolBarButton>
                                <telerik:RadToolBarButton runat="server" IsSeparator="true" Height="25px">
                                </telerik:RadToolBarButton>
                                <telerik:RadToolBarButton     runat="server" Text="Delete"  ImageUrl="~/App_Themes/kentz/images/delete.png"
                                    Height="25px"     Width="70px"     CausesValidation="false"     Value="Delete"     DisabledImageUrl="~/App_Themes/kentz/images/delete_disable.png">
                                </telerik:RadToolBarButton>
                                <telerik:RadToolBarButton runat="server" IsSeparator="true" Height="25px">
                                </telerik:RadToolBarButton>
                                <telerik:RadToolBarButton     runat="server"     Text="Cancel"     ImageUrl="~/App_Themes/kentz/images/cancel.png"
                                        Height="25px" Width="70px" PostBack="false" CausesValidation="false" Value="Cancel"
                                        DisabledImageUrl="~/App_Themes/kentz/images/cancel_disable.png">
                                </telerik:RadToolBarButton>
                                <telerik:RadToolBarButton runat="server" IsSeparator="true" Height="25px">
                                </telerik:RadToolBarButton>
                                <telerik:RadToolBarButton     runat="server"     Text="Detail"     ImageUrl="~/App_Themes/kentz/images/detail.png"
                                        Height="25px"     Width="70px"     CausesValidation="false"     Value="Detail"     DisabledImageUrl="~/App_Themes/kentz/images/detail_disable.png">
                                </telerik:RadToolBarButton>
                    </Items>
</telerik:RadToolBar>

when a postback is done ( when updating) the toolbar buttons are comming vertically.
is it any skin issue..?
after updating iam changing some buttons visible true/false from vb side
    ActionBar.Items(1).Style("display") = "block"
   ActionBar.Items(2).Style("display") = "none"




Kamen Bundev
Telerik team
 answered on 17 Mar 2010
2 answers
105 views
Whenever I move or resize a modal window (without an IFRAME) the content remains invisible until I stop moving or resizing. Any help? Thanks.
Georgi Tunev
Telerik team
 answered on 17 Mar 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?