Search results for query: *

  1. V

    DataGridView Cell Location problem

    Hii sir i have a problem with DataGridView Cell Location. I want to get left and top of a cell in DataGridView. i used this line of code DataGridView1.CurrentCell.ContentBounds.Left But i dont know why every cell return the same left value
  2. V

    fill DataGridView ComboBox Column

    I Use datagridview with a column its type ComboBox and when i fill a ComboBox in a row of the datagridview with items all ComboBox in the other rows of datagridview are fillesd with the same items. I want to fill every ComboBox in every row of the datagridview seperatly, i mean i want the items...
Back
Top