Highlighting in a DataGrid
How does one turn off cell Highlighting in a datagrid.
I cannot find any properties to turn this off, so I tried to do this on a Click Event but the problem is that I cannot get a reference to the currentrow.
One can only get references to the gridcolumntextbox which is the textbox in the cell not the background.
What I have found is that the datagrid is extemely powerful but it does not do the simple things very easily. So we are moving away from the original VB RAD advantage.
- Maybe I will be proved wrong in time.