Using DataGrid for Creating Inventry Form
i want to make a datagrid control for creating a dataentry form so that i can directly edit into datagrid using a combobox for selecting items. When i select an item from combobox the corresponding rate and other details must displayed in the datagrid and the focus must change to the qty cell. After entering all data i want to save this to a table. can you help me?