Home All Groups Group Topic Archive Search About
Author
7 Jun 2006 12:03 AM
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,

Author
7 Jun 2006 2:50 AM
Mike McIntyre
A DataGrid web control or a Windows Forms DataGrid control?

Mike McIntyre

Show quoteHide quote
"wandii" <wan***@yahoo.com> wrote in message
news:1149638621.666336.103160@u72g2000cwu.googlegroups.com...
> 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,
>
Author
7 Jun 2006 6:21 AM
Cor Ligthert [MVP]
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

Show quoteHide quote
"wandii" <wan***@yahoo.com> schreef in bericht
news:1149638621.666336.103160@u72g2000cwu.googlegroups.com...
> 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,
>
Author
7 Jun 2006 3:00 PM
wandii
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.



Cor Ligthert [MVP] wrote:
Show quoteHide quote
> 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
>
> "wandii" <wan***@yahoo.com> schreef in bericht
> news:1149638621.666336.103160@u72g2000cwu.googlegroups.com...
> > 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,
> >
Author
7 Jun 2006 3:41 PM
Cor Ligthert [MVP]
Wandii,

Do you mean with editing by the programcode?

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

Cor

Show quoteHide quote
"wandii" <wan***@yahoo.com> schreef in bericht
news:1149692458.801139.127000@g10g2000cwb.googlegroups.com...
> 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.
>
>
>
> Cor Ligthert [MVP] wrote:
>> 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
>>
>> "wandii" <wan***@yahoo.com> schreef in bericht
>> news:1149638621.666336.103160@u72g2000cwu.googlegroups.com...
>> > 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,
>> >
>