Hi,
I'm working on a windows forms application written with the framework 1.1 and i can't figure out how i can do this :
http://msdn.microsoft.com/en-us/library/b22t666e.aspx
Unfortunately with the framework 1.1 there is not such DefaultValuesNeeded event.
In other words i have an editable Datagrid (not DatagridView), the user inputs the the values directly inside the datagrid but i need to set a default dynamic value for a certain key field for each new row is added in real time to the datasource.
I tried the event OnRowChanging and OnRowChanged of the DataTable but it doesn't seem to work, the event is not raised when i need it to be raised (at least in the way i used it).
Anyone have any idea on how to manage this quite common situation with the version of the framework i am using?
Thanks in advance for the help.
C.