DatGridView ...
-
Hi... If i want my datagridview control to show one column as combobox & other two columans as textbox. I want first two columan as read only textboxes for user & 3rd column is used by user to select the values by a Dropdown combobox... Is it possible to do this...How can i do this...? how can i add rows in DataGridView...? How i can add range of data in Combobox column...?Can anybody give me link for any good Documnet on DataGridView which explains this...? Thanks, Vinay
-
Hi... If i want my datagridview control to show one column as combobox & other two columans as textbox. I want first two columan as read only textboxes for user & 3rd column is used by user to select the values by a Dropdown combobox... Is it possible to do this...How can i do this...? how can i add rows in DataGridView...? How i can add range of data in Combobox column...?Can anybody give me link for any good Documnet on DataGridView which explains this...? Thanks, Vinay
-
-
Thanks... Can you tell me is it possible to add different combobox items to a different cells of a ComboBoxcolumn in a DataGridView...? Thanks for your Reply, Vinay
You'll have to expand a little more. Are you referring to having different columns of comboboxes with different sources, or having one column of comboboxes, but having each separate combobox have a different source?