Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys, I get the message below
"The GridView 'grvStudents' fired event RowCancelingEdit which wasn't handled"

I am confused because i dont have that event in my gridview,i only have the 2 below. Please help
HTML
"onrowcreated="grvStudents_RowCreated" onpageindexchanging="grvStudents_PageIndexChanging
Posted
Updated 4-Jan-12 8:54am
v2

1 solution

You might have a button in your girdview with command name as "delete" which causes this issue. Either handle this event or change the name.

refer below links,
http://forums.asp.net/p/984999/1268481.aspx[^]
The-gridview-ordersgridview-fired-event-rowdeleting-which-wasnt-handled[^]
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900