Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change DataSet-DataGrid Binding Event

Status
Not open for further replies.

stardv

Technical User
May 27, 2004
33
US
By default binding of dataGrid and dataset happens when even such as “Leave Focus” on the dataCell occurs. I would like to change it tomake it happen when “Entered is pressed” and roll back the changes if “Leave Focus” happens without pressing “Enter” key.

I will appreciate any suggestions from you.

Thank you
 
you could try to create a custom data grid derived from the DataGrid object and overload the methods you need in order to implement your logic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top