Re: DataGirdViewComboBox saving problem
That's another sort of 'hidden' thing too - you need to click on the bar at the top and Select Class Acts -> Add Class acts before clicking 'Save' otherwise, there is nothing in the MeritType Column (@13) to save 
The action column is here for me - it's the last column in the DataGridView! The code for it is:
Code:
DataGridView1.Columns.Add("Action", "Action")
DataGridView1.Columns("Action").Width = 150
and it is in the cmdShow section.
Visual Basic 2005 ver. 8.0.50727.867