DGV Columns Order with DGVComboboxColumn.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maheshwag
    New Member
    • Aug 2010
    • 71

    DGV Columns Order with DGVComboboxColumn.

    I have Following Columns in datagridview

    Srno
    Particulars
    amount

    The dgvcomboboxcolu mn is databound to sql database. I wants dgv columns order in above format.

    Code:
    datagridview1.columns[0]// srno
    datagridview1.columns[1]// particulars which is dgvcombobox databound columns.
    datagridview1.columns[2]//amount.
    Note: that the above two format are same.I wants the correct way to generate it.
Working...