Whether to start the spell check automatically when constituent launchers are IsValid=false.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
[PersistenceModeAttribute(PersistenceMode.Attribute)] public bool AutoLaunchWhenTextInvalid { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)] public bool AutoLaunchWhenTextInvalid { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property AutoLaunchWhenTextInvalid As Boolean Get Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property AutoLaunchWhenTextInvalid As Boolean Get Set
public: [PersistenceModeAttribute(PersistenceMode::Attribute)] property bool AutoLaunchWhenTextInvalid { bool get (); void set (bool value); }
public: [PersistenceModeAttribute(PersistenceMode::Attribute)] property bool AutoLaunchWhenTextInvalid { bool get (); void set (bool value); }
[<PersistenceModeAttribute(PersistenceMode.Attribute)>] member AutoLaunchWhenTextInvalid : bool with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>] member AutoLaunchWhenTextInvalid : bool with get, set

Boolean

Simply set the Validator property in each RapidSpellWebLauncher to true, and assign the RapidSpellWebMultiple as usual.
When validation is performed on the server, if there are errors and the spell check hasn't already been performed then the validation warning will be shown.
The user can leave spelling 'errors' in the text box (because some words, such as names, are not known by the spell checker, but are valid), but they must at least run the spell check if there are errors.
Set the AutoLaunchWhenTextInvalid property to true to have the spell check launch automatically after the page posts back - however, understand that most pop-up blockers will block pop-up windows opened without direct user action.
Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331