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

RadInputManager Demo Question

1 Answer 46 Views
Input
This is a migrated thread and some comments may be shown as answers.
FastKoder
Top achievements
Rank 1
FastKoder asked on 14 Dec 2011, 07:36 PM
In the RadInputManager demo the first TextBoxSetting is as follows.

http://demos.telerik.com/aspnet-ajax/input/examples/radinputmanager/firstlook/defaultcs.aspx

<telerik:TextBoxSetting BehaviorID="TextBoxBehavior1" EmptyMessage="type here" Validation-IsRequired="true">
<TargetControls>
<telerik:TargetInput ControlID="Div1" />
</TargetControls>
</telerik:TextBoxSetting>

Is this a bug or does applying the TextBoxSetting to the Div do something I'm missing.

Thanks for helping me understand this demo.

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 19 Dec 2011, 01:23 PM
Hi,

This is a feature of the RadInputManager, also mentioned in our help:
http://www.telerik.com/help/aspnet-ajax/input-inputmanager-basics.html

You can point a control containing asp:TextBox controls as a taget of the InputSetting and all textboxes inside it will pick up this setting.

All the best,
Tsvetina
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
Input
Asked by
FastKoder
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or