S
scott
hi all, hope some one can help
iv created a datagrid that points to a DataView. the data view takes in a
DataTable. The DataTable then adds the columns using DataColumn.
All fine so far.
The table is set up and i can add stuff to it (text).
however i had made it so that u can't change the text wtih in the table,
which is what i want, but it still lets u select the text.
I want to make it so i just click on a row and all it does is select that
row. iv made is so that when u click on a row it does select that row, but
if u click again it slects the text with in that cells.
Idealy what i want to do is right click on any row, when i do that it
selects that row and pops up a menu that will allow we to remove that row
from the table. Im not worried about the pop up menu at the moment though
as i can't even get it to select a row when i right click and i need to stop
it selecting the text.
Can any one help me plz ? iv seen this possible in other programs but i
assume they use another programing language.
thx scott
iv created a datagrid that points to a DataView. the data view takes in a
DataTable. The DataTable then adds the columns using DataColumn.
All fine so far.
The table is set up and i can add stuff to it (text).
however i had made it so that u can't change the text wtih in the table,
which is what i want, but it still lets u select the text.
I want to make it so i just click on a row and all it does is select that
row. iv made is so that when u click on a row it does select that row, but
if u click again it slects the text with in that cells.
Idealy what i want to do is right click on any row, when i do that it
selects that row and pops up a menu that will allow we to remove that row
from the table. Im not worried about the pop up menu at the moment though
as i can't even get it to select a row when i right click and i need to stop
it selecting the text.
Can any one help me plz ? iv seen this possible in other programs but i
assume they use another programing language.
thx scott