New to Telerik UI for ASP.NET AJAX? Download 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.

  1. Canceled Set this to true if you need to cancel the creation of the current setting.

  2. InputSetting Exposes the InputSetting object that is being created.

  3. TargetInput This object determines the ID of the inputified TextBox control and whether it is enabled or not.

  4. TextBox Provides a reference to the inputified TextBox control.

In this article