PrepareEdit事件中
If e.Col.Name = "第一列" Then
e.Col.Combolist = DataTables("产品").GetComboListString("产品名称")
end if
如何能够使"第一列"只能从下拉列中选择,而不能手动输入?