I have a Windows Form App written in VB that uses DataGridViews extensively to allow users to update data. From a user perspective, the DataGridView functions similar to Excel. As a user moves from row to row, column to column, the data is automatically save. I need to add Spell Check to certain columns in the DataGridView that highlight misspelled words when a user is in a particular cell.
All of the Spell Check options I have found only spell check a textbox in a form. I am having trouble figuring out how to use this for a DataGridView.
Can someone point me in the right direction?
All of the Spell Check options I have found only spell check a textbox in a form. I am having trouble figuring out how to use this for a DataGridView.
Can someone point me in the right direction?