Edit Mode

  • Thread starter Thread starter wandii
  • Start date Start date
W

wandii

Hi,
I have a datagrid attached to a dataset. It displays the records
fine however, when I edit one
of the cells it does not change the edit icon to the pencil icon on the
left of the row I just changed. I have the allowediting property set
to true which should upon editing a cell indicate
row is in edit mode. How can I set the edit mode ?

Thanks in advance.

Regards,
 
Wandii,

If you see the Pencil than it is in edit mode.
Witch clicking on the pencil again or on an other row, it leaves the edit
mode.

(Although this is as it should be)

I hope this helps,

Cor
 
Thank you for the respone.

Answer to Mike question it's a Windows Forms DataGrid control.

Cor - I can edit any cell of a row by clicking on it that works fine -
allowediting property is set to true, but while I am editing a row the
pencil icon does not appear seems to me
I need to set another property of the grid. I know if you see a pencil
icon it's in edit mode
how can i make it appear so a user can see it.

Thanks in advance.
 
Wandii,

Do you mean with editing by the programcode?

The user would never see that, so fast that goes.

Cor
 
Back
Top