I recently started my new job where they r still using vb 6.0. I am creating an app that is simple database update app. I have created a datagrid control and set the datasource property properly. The datagrid retrieves the data but I can not change the data directly on the grid. The grid is not editable. Is this even possible? or am I chasing my tail? I would think the datagrid will be editable because 'AllowUpdate' and AllowAddNew properties are set to true as well. What am I missing, please help.