سؤال

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