Also, is your DB grid being skinned? If it is not then you should enable 3rd party controls through the skin manager and make sure TDBGrid (case sensitive) is in the list of supported controls.
You can set the option “dgSelectRow” to “True” for highlight of a whole line. Keep in mind that the option “dgEditing” will be switched to “False” automatically.
You can set the option “dgSelectRow” to “True” for highlight of a whole line. Keep in mind that the option “dgEditing” will be switched to “False” automatically.
yes my friend
this option exists by default …
i find out this option after have a look to acDBGrid unit