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
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