Hello Andy,
Indeed this class is shared between all the RadSpells on the page, so in your case you would have to place a custom image (this will also allow you to use different images for each one) and use the RadSpell's
client-side API to initiate the spellcheck. Here follows a small example:
My approach relies on the IDs of the images that correspond to the appropriate id of the textbox. you can, of course use another method to get the needed id, or you could declare a separate RadSpell for each textbox and a separate function to call it. The general idea is that you need the startSpellCheck() function.
All the best,
Marin
the Telerik team