I am currently using a gridview (all fields are editable) in an
asp.net webform. I’ve got several records populating each cell of the and I need to spellcheck each of the fields for spelling mistakes. I so far have incorporated your spellcheck button into my form however when the spellchecker is running it finds the first spelling mistake and, where it should stop
I believe that this then creates the problem where the spellchecker will jump to the next spelling error (or assumed) however the word is actually spelt correctly E.G. Maintenance, low etc.
I have checked the dictionary permissions already.
Do you have any suggestions on how to fix this issue please?