Home All Groups Group Topic Archive Search About

GridView KeepInEdit Mode problem

Author
16 Dec 2005 3:56 PM
Houston Lucifer
Hi all. I am having a tough time to get the grid view back into the normal
mode after updating the record. I have the code in the RowUpdating Event
which does all my custom inserts and updates and then i have KeepEditMode =
False in the RowUpdated event. Looks like the rowupdated event never fires.
Is there something that i should do in the rowupdating event.

Thanks

Author
18 Dec 2005 3:40 PM
BJF
You're one step ahead of me if you've got the GridView doing inserts.  I
don't know how to do that (I've got the view and updates working fine, just
not insert).  How do you add insert capability to a GridView?
    Thanks.

--
bf001removet***@abovetheline.biz
Show quoteHide quote
"Houston Lucifer" <HoustonLuci***@discussions.microsoft.com> wrote in
message news:152CD079-7B6C-4D28-BB71-C3ECF7A4B6B5@microsoft.com...
> Hi all. I am having a tough time to get the grid view back into the normal
> mode after updating the record. I have the code in the RowUpdating Event
> which does all my custom inserts and updates and then i have KeepEditMode
> =
> False in the RowUpdated event. Looks like the rowupdated event never
> fires.
> Is there something that i should do in the rowupdating event.
>
> Thanks