hello everyone a problem that i couldnt find resources
I have a gridcontrol form with data in it. When I start the application, the first row in my gridcontrol row is selected. I do not want this, what should I do?
I do not selected item when i run the application
Emirhan Çolak is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Per the DevExpress Documentation:
If you want the Grid to have no focused row, call the FocusInvalidRow() method.