Private oGrid As SAPbouiCOM.Grid
oItem = objForm.Items.Add("dtgItems", SAPbouiCOM.BoFormItemTypes.it_GRID)
I have created grid using the above code.I have added two columns in grid and these coulmns are present in table.I want to add new column Edit in grid.