I have a datagrid with 4 columns, units, description, id, and charge. I only want the user to be able to access the first column, units, using the tab key but can't figure out how. I am using custom datagrid table and column styles. I tried referring so my second column, cs2, in a number of way to achieve this but none of them worked.
cs2.textbox.tabstop=false should do the trick but seems like it is being ignored.
Anyone have any ideas?? Thanks in advance.
Melon
cs2.textbox.tabstop=false should do the trick but seems like it is being ignored.
Anyone have any ideas?? Thanks in advance.
Melon