Click here to Skip to main content
15,889,096 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I am using entity framework to edit a table from sqlserver and using winforms datagridview as front end. i have done objectdatasource binding and doing the modifications.

my goal is to provide editing experience like in management studio

But i face problem in providing fallowing features
1. Edit icon of row header should remain until row edit is completed
But currently after each cell edit end it changes to normal.
2. Escape should cancel entire row edit. but currently it will cancel only for the current cell and no idea on how to achieve this

kindly help me with some example

Thanks And Regards
Easwar.M
Posted
Updated 3-Sep-15 20:28pm
v2
Comments
sreeyush sudhakaran 6-Sep-15 1:30am    
You should handle this in gridview events programatically..

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