我在datagrid控件的单元格上放置了combo控件,希望将选中的combo选项的数据写入到数据库。 总是提示:此列只读。 DataGrid控件通常与数据库访问组件(如ODBC、ADO)一起使用,实现数据的读取、写入和更新。同时,也可以与对话框、菜单、工具栏等其他控件配合 ...
我用到一个DATAGRID,显示一个表的内容,但其中有一列是一个索引的数字,我想用这个索引数字从另一个表中取出相应的名称值,再从同一个DATAGRID中显示出来,行吗?
How do you hide columns in a datagrid? The columns are needed in queries I just don't want some of them outputted to the user however.<BR><BR>If I do in my form ...