how I can populate rate from while selecting the item code from gridview column

  • Thread starter Thread starter polachan
  • Start date Start date
P

polachan

Guest
Hi

I have a gridview control gv_1 with following column

Itemcode, Rate, Total. Item code is combo box dropdown.

DataGridViewComboBoxColumn cb = (DataGridViewComboBoxColumn)this.dataGridViewInvoice.Columns[0];

How I can bring Item Rate automatically while selecting the code in the dropdown of the gridview. Which event can be used to get rate.

Please help

Pol


polachan

Continue reading...
 
Back
Top