T
Tonya
Hi,
I need help on datagrid control. I am currently using it
to display all the data from a particular table from my
DB. What i want is the ability for the user to select a
row (the whole row and not individual items. I want to
avoid giving the user the ability to select an indivdual
item if poss). I want the user to be able to then click a
remove button which will display a confirmation message
before deleting the row from the Database.
However i have populated the datagrid, but the grid also
gives the option for the user to enter new rows as well
as delete existing rows. I do not want the to be able to
add tuples. Is there any way of stopping this? I have
tried to set the grids readonly property to true, but now
i cannot delete or update (
Can someone please help and point me in the right
direction
I need help on datagrid control. I am currently using it
to display all the data from a particular table from my
DB. What i want is the ability for the user to select a
row (the whole row and not individual items. I want to
avoid giving the user the ability to select an indivdual
item if poss). I want the user to be able to then click a
remove button which will display a confirmation message
before deleting the row from the Database.
However i have populated the datagrid, but the grid also
gives the option for the user to enter new rows as well
as delete existing rows. I do not want the to be able to
add tuples. Is there any way of stopping this? I have
tried to set the grids readonly property to true, but now
i cannot delete or update (
Can someone please help and point me in the right
direction