문제

I want to add ComboBox type control in GridView, how is it possible just like that? enter image description here

도움이 되었습니까?

해결책

You add an enum control to the grid control (not GridView). Also adding a string field with relation to a table (a foreign key) will give a lookup which is similar to combobox.

A good starting point is reading about form controls.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top