I have a datagridview bound to a linq-to-sql dataset expenses.
The grid has columns for Description, Amount and Tax Rate.
The Description column has an AutoComplete source derived from another
linq-to-sql table ExpenseTypes. This source contains descriptions for
example, Travel, Meals, Airfares and a corresponding tax rate for each
expenditure type.
As the Autocomplete entry is selected in the Description part of the expense
grid I'd like to automatically complete the Tax Rate column of the same grid.
I only want this update to happen on newly added rows, and if the user
chooses to override the automatically entered tax rate it must stand.
So how can I cause one AutoComplete event update two columns please?
Best Regards
Bob Morris
--
Bob