New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
InputSettingCreating
This event fires when RadInputManager creates the InputSettings. It offers a convenient way to change the settings dynamically in code-behind.
-
Canceled Set this to true if you need to cancel the creation of the current setting.
-
InputSetting Exposes the InputSetting object that is being created.
-
TargetInput This object determines the ID of the inputified TextBox control and whether it is enabled or not.
-
TextBox Provides a reference to the inputified TextBox control.