以下代码只能单选.
If e.Col.Name = "所在岗位" Then e.Col.Combolist = DataTables("员工信息").GetComboListString("所在岗位", "[所属部门] = '" & e.Row("所属部门") & "'")End If
我希望能够多选,请问如何做到?