Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Input > BehaviourID property of the Rad InputManager
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered BehaviourID property of the Rad InputManager

Feed from this thread
  • Jaya avatar

    Posted on Apr 19, 2011 (permalink)

    Hi there,
    I need to use the Rad Input Manager for a asp text box 
    I have opted to choose this as i need a empty message to be displayed on page load for the control 
    Now i see the examples and added the Input manager but what is the Behaviour ID property of the telerik:TextBoxSetting
    I understand from the explanation ,it is a unique id for the settings to be given but where do i define that?
    Thanks in advance
    Jaya

  • Posted on Apr 19, 2011 (permalink)

    Hello,

    Go through this documentation.Hope it might help you.
    RadInputManager Basics.
    Also refer this demo.

    Thanks,
    Princy

  • Jaya avatar

    Posted on Apr 19, 2011 (permalink)

    Hi, 
    Got the Empty message to be working now , but only when i click and come out the text box.
    I do not get the empty message on page load .
     <asp:TextBox ID="txtpassword" runat="server" TextMode="Password" ="Password"></asp:TextBox>
    and this is the rad input manager 
     <telerik:RadInputManager ID="RadInputManager1" runat="server"  >
                    <telerik:TextBoxSetting EmptyMessage="Password" BehaviorID="txtBox" >
                        <TargetControls>
                            <telerik:TargetInput ControlID="txtpassword" Enabled="true" />>
                    </telerik:TextBoxSetting>
                </telerik:RadInputManager>
    I get this empty message only when i click in the text box and then come out.

    Thanks

  • Jaya avatar

    Posted on Apr 19, 2011 (permalink)

    Hi Princy, 
    Got it to be working now , gave the InitializeOnClient="true" for the settings
    Thanks 
    Jaya

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Input > BehaviourID property of the Rad InputManager