Good evening, community,
After trying on my own and not being able to find a solution, I am in need of help.
Problem:
I have a radGridView control in a form called radGridView1. I have added columns to it, but I want the focus() and cursor to blink in the first cell of the first column when the form loads. This would allow me to start typing directly in the cell. I have tried everything I can think of, but I have not been able to achieve this.
What I have tried:
The closest I have come is with the following code:
I have commented out all of the code to show you what I have been doing, but I have not been able to get it to work. Please help me find a solution to my problem.
Thank you,
Community