disable tabstop in datagrid

  • Thread starter Thread starter Randy Fraser
  • Start date Start date
R

Randy Fraser

Does anyone have a code example on how to disable the tabstop in a data
grid. Cor sent me some
links early on but I still have no luck doing this or finding a property or
class to do this.

Regards
Randy
 
Thanks for that link Ken

I looked through this site before and missed that.

What I can't figure out is why I have to trap for keys when a text box has a
tabstop property.
In any other language I used before, if tab stop is set to false then the
user cannot tab to it or click on it or use the arrow keys. There is no way
that he can get inside that textbox.

What I want to accomplish is something very vasic. I want to have a
ReadOnlyColumnStyle class that has this ability to be readonly and have the
tabstop set to false. Do I have to develop this all manully by creating a
ReadOnlyTextBox and checking for clicks, tabs, and arrow and enter keys?

Is the computer industry going backwards here or what?

Best Regards
Randy
 
Back
Top