Hi.
I found an old posting (KB, forum, ??) about how to use a custom dialog to edit an existing data row in the grid.
That required the GridCellDoubleClick and GridCommandCellClick events to be intercepted.
I need to have the same dialog appear when adding a new row. What is the best way to get this done? Should I intercept the DefaultValuesNeeded event or the CreateRow event?
If I use the DefaultValuesNeeded event, if I have the underlying record created when the add operation starts, will any changes to that underlying record be reflected in the grid view automatically?
Thanks
-marc