I'm importing the excel files using import button and displaying them in the datagridview. Now when i click at apply button, i want the first letter of the row values(highlighted in the attached image) to be capitalized (there can be multiple rows/values).
eg: peter joe ===> Peter Joe
How can i edit these values.
I'm a beginner, would be great if anyone can help with this.