R
Radostin Gerchev
Hi all,
I have a very simple question: how to set default values in a new table row?
1. DataTable.RowChanged does not work if I have gui controls bound to the
table, because it fires after the new record is accepted.
2. DataColumn.DefaultValue does not work either - what if I want to store
the exact row-creation time?
3. CurrencyManager.PositionChanged does not work either - what if I don't
have controls bound to to table.
So, where is the DataTable.OnNewRow event ???
Regards
radi
I have a very simple question: how to set default values in a new table row?
1. DataTable.RowChanged does not work if I have gui controls bound to the
table, because it fires after the new record is accepted.
2. DataColumn.DefaultValue does not work either - what if I want to store
the exact row-creation time?
3. CurrencyManager.PositionChanged does not work either - what if I don't
have controls bound to to table.
So, where is the DataTable.OnNewRow event ???
Regards
radi