DataGrid & InsertInto(?)

  • Thread starter Thread starter dbuchanan
  • Start date Start date
D

dbuchanan

How do I address datagrid columns in the row currently being edited by
the user.

I want to have code assign values without requiring user input.

This can occur when the row first gets the focus.

Thank you.
 
Dbuchanan,

If the answer what Ken showed you is not what you mean, maybe you can than
use the painting event of the datagrid

By instance in a way as this (just new placed) sample on our website.

http://www.windowsformsdatagridhelp.com/default.aspx?ID=30d9d2fd-9f10-4928-b7c8-1def3152436f

If you don't use an expression, than you can use the currencymanager to find
the row .

(there are samples about the currencymanager and datagrid as well on our
website)

I hope this helps,

Cor
 
Back
Top