Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
181 views
Hello, I have a content page inside my master page. The RadAjaxManager and RadWindowManager are both defined in the master page. inside the content page I have a UserControl inside of a RadAjaxPanel. There is a button in the UserControl that does a post back. inside the button's click event i'm dynamically creating a RadWindow and adding that RadWindow to the RadWindowManager in the Mater page.
The problem I'm having is that the UserControl which holds the Button is inside a RadAjaxPanel so the dynamically created Window does not open once the button's click event has finished executing. If I remove the RadAjaxPanel the Window opens fine. I read in the forum that this is due to the fact that the AjaxPanel cannot update the WindowManager because the Window manager is in the Master Page.

I found the following two links that explains how to get around this by updating the RadAjaxManager's ajaxSettings at runtime. in the example the controls are created at design time and the RadAjaxmanager's ajaxSettings are updated at run-time inside Page_Load. My issue is that the Control that I need to add to the ajaxSettings (the RadWindow) is created at run-time in the button's click even. Is there a way to get this to work without having to create my RadWindows at design time?

  1. http://www.telerik.com/help/aspnet/ajax/ajxMasterPageUpdateEverywhere.html
  2. http://www.telerik.com/help/aspnet/ajax/ajxLoadControlFromAnotherWebUserControlInDifferentMasterPageContentPlaceHolder.html

Thanks
Cliff
Svetlina Anati
Telerik team
 answered on 18 Mar 2011
2 answers
88 views
Hello, 
How can I change the button's text of autogenerated Deleted and Edit column?

Thanks.
Tajes
Top achievements
Rank 1
 answered on 18 Mar 2011
1 answer
105 views
I had a Radcolorpicker in radcombobox

My RadComboBox ItemTemplate is like this

 

 

<ItemTemplate>

 

 

 

<span style="z-index:8000;float:left;">

 

 

 

 

<telerik:RadColorPicker ID="RadClrPickr_ForLabel"

 

 

 

 

runat="server"

 

 

 

ShowIcon="true"

 

 

 

ToolTip="Pick Color for Label" Overlay="true" style="z-index:2000000 !important;">

 

 

 

</telerik:RadColorPicker>

 

 

 

</span>
</ItemTemplate>

I want to display radcolorpicker pallete outside the combobox..is it possible/ how to do this?

I am attaching screenshots for this
First Image colorpicker is in itemtemplate ..its coming inside combobox
Second image color picker is in header template...its working fine..

I need to display my itemtemplate color picker out side

 

Niko
Telerik team
 answered on 18 Mar 2011
1 answer
73 views
hey there

How can i remove the grid default filters when grid is in Edit mode??

Thanks
Amit
Shinu
Top achievements
Rank 2
 answered on 18 Mar 2011
3 answers
145 views
<WebServiceSettings Method="PageMethods.LoadCombo" Path="Admin.aspx.cs" /> 
I have coded my web method in the code behind rather than into an asmx.  I get Server Method 'PageMethods.LoadCombo' failed. when clicking on the dropdown arrow.
I created a test button that successfully executes the PageMethod, however, I do not want my users to have to click on another control.

Must I create a Web Service for LoadOnDemand to function when the populating the RCB?
Simon
Telerik team
 answered on 18 Mar 2011
1 answer
114 views

Hello,

We're having trouble getting certain appointments to show (specifically, recurring appointments that are weekly).  The rule defined is this.

DTSTART:20000101T000000Z  DTEND:20000102T000000Z  RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=MO  

It's loaded into the scheduler (its in the appointments collection of the RadScheduler control), but it's not showing on the calendar, any idea why?

Thanks.

Peter
Telerik team
 answered on 18 Mar 2011
1 answer
105 views
I have a vertical RadMenu sandwiched between 2 DIVs which each display an image. I have the menu stuck in a third DIV which should expand to fix the menu and still allow the images to display.

<div id="MenuBarTop"></div> 
 
<div id="MenuBarMiddle">
    <telerik:RadMenu ID="RadMenu1" runat="server" Flow="Vertical" EnableEmbeddedSkins="false" Skin="WIContract">
    <Items>
    <telerik:RadMenuItem Text="Our Products" NavigateUrl="Default.aspx"></telerik:RadMenuItem>
    <telerik:RadMenuItem Text="The Standards" NavigateUrl="c-16-the-standards.aspx" Target="_blank"></telerik:RadMenuItem>
    <telerik:RadMenuItem Text="Performance<br />Laminate" NavigateUrl="/Laminate/Performance/" CssClass="customClass">
        <items>
        <telerik:RadMenuItem Text="Fire Rated" NavigateUrl="/Laminate/Performance/"></telerik:RadMenuItem>
        <telerik:RadMenuItem Text="Chemsurf" NavigateUrl="/Laminate/Performance/"></telerik:RadMenuItem>
        </items>
    </telerik:RadMenuItem>
    <telerik:RadMenuItem Text="Decorative Edges" NavigateUrl="WilsonartDecorativeEdges_Brochure.pdf"></telerik:RadMenuItem>
    <telerik:RadMenuItem Text="Laminate-Clad<br>Interior Doors" NavigateUrl="/Laminate/LaminateCladDoors/"></telerik:RadMenuItem>
    </Items>
    </telerik:RadMenu> 
</div>
<div id="MenuBarBottom"></div>

It should look something like the attached image "menu-original.jpg."

Unfortunately, the bottom DIV is buried behind the menu because the menu lies on top of the whole thing, resulting in what you see in the attached image called "menu-now.jpg." 

I tried playing with z-index in the style sheets as well as adding another <DIV> tag to wrap the menu, but I can't seem to get this working the way I want. Can anyone please suggest a way to get this to look as I want it to?

Thanks in advance.
Kate
Telerik team
 answered on 18 Mar 2011
4 answers
127 views
In EnableLoadOnDemand="true" mode the client side OnClientSelectedIndexChanged event does not get raised when the index value changes from a valid item in the list to an invalid one. I need an event that gets raised whenever the value changes no matter what. How can this be achieved? 

BTW I tried OnClientTextChange event too and it is also unreliable. It does not get raised in every situation.
Bort
Top achievements
Rank 1
 answered on 18 Mar 2011
5 answers
301 views
Hello All:

On my page In the Ajax Manager Proxy I defined the controls which get updated on postback everything is working as expected, the issue is that every control has a spinner over it when the page is processing the Ajax request.

How do I define the Markup below so when the RadTabStrip1 and rblFilterType events fire the Spinner only appers over the GridView1 and not the other controls.

Attached is a screenshot showing the spinner over the RadioButon list (rblFilterType) which i want to remove.

Any Code Samples or links would be much appreciated.
Version: 2010.1.519.35

Thanks
Stuart
 

   <telerik:RadAjaxLoadingPanel ID="radAjaxLoadingPanel1" runat="server">
        </telerik:RadAjaxLoadingPanel>
        <telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server">
            <AjaxSettings>
                <telerik:AjaxSetting AjaxControlID="RadTabStrip1">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadTabStrip1"  />
                        <telerik:AjaxUpdatedControl ControlID="GridView1" LoadingPanelID="radAjaxLoadingPanel1" />
                        <telerik:AjaxUpdatedControl ControlID="PageStatus1" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
            </AjaxSettings>
            <AjaxSettings>
                <telerik:AjaxSetting AjaxControlID="GridView1">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="GridView1" LoadingPanelID="radAjaxLoadingPanel1"  />
                    </UpdatedControls>
                </telerik:AjaxSetting>
            </AjaxSettings>
            <AjaxSettings>
                <telerik:AjaxSetting AjaxControlID="rblFilterType">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="rblFilterType" />
                        <telerik:AjaxUpdatedControl ControlID="GridView1" LoadingPanelID="radAjaxLoadingPanel1" />
                        <telerik:AjaxUpdatedControl ControlID="PageStatus1" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
            </AjaxSettings>
        </telerik:RadAjaxManagerProxy>

Mira
Telerik team
 answered on 18 Mar 2011
3 answers
178 views
I have a RadGrid that is being configured dynamically at run time. The purpose is create a custom grid based on an arbitrary sql query. I'm adding a gridbuttoncolumn at runtime that has a select command. When this button is clicked, all the select links disappear and the column headers disappear as well. Any thoughts on what this issue may be?
Princy
Top achievements
Rank 2
 answered on 18 Mar 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?