Add dynamic row in data grid with drop-down.

  • Thread starter Thread starter SA260884
  • Start date Start date
S

SA260884

Guest
Hi Guys,

I am trying to add a row dynamically to datagrid, the last two columns are drop down, I am using below statement but the drop down is not getting populated.

dg.Rows.Add(new object[] {name,address,phone, office, item, price, "",dc,"","","","","","","","TBD","No"});




The last two items,

"TBD" and "No" are suppose to be drop down in datagrid, but the dropdown is not getting populated.


Any help would be appreciated.

Continue reading...
 
Back
Top