This is a migrated thread and some comments may be shown as answers.

Gridview with multicolumncombobox

0 Answers 43 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Hengky
Top achievements
Rank 1
Veteran
Hengky asked on 07 Mar 2016, 05:22 AM

Hello all 

How to fill the multicolumncombobox in radgridview with the data 

i have follow the example and it's work now. if i made by my self it's can't work.

i change this code 

            Dim col As GridViewMultiComboBoxColumn = New GridViewMultiComboBoxColumn()

            col.DisplayMember = "KodeBarang"
            col.ValueMember = "NamaBarang"
            col.FieldName = "Kode"
            col.HeaderText = "Kode"
            col.DataSource = (ds.Tables("MstBarang"))
            AddHandler RadGridView1.CellBeginEdit, AddressOf radGridView1_CellBeginEdit

 

or how to set datasource of gridviewmulticolumncombobox ???? 

 

Thanks before ..

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Hengky
Top achievements
Rank 1
Veteran
Share this question
or