DataGrid: How do I prefill a row when it is added?

  • Thread starter Thread starter RichardF
  • Start date Start date
R

RichardF

When using the DataGrid, I need to detect when a new row is being
added and then put initiali values in some of the columns.

I have managed to detect the new row being added by adding a handler
to the ListChanged event of the DefaultView of my DataSet.

What do I do now!!!

Thanks for any help!!

RichardF
 
The values are not fixed, they will depend on many things such as who
is currently logged in etc.

Any other ideas?

RichardF
 
Back
Top