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

    DataGrid RowHeader Text

    Thanks Thanks very much for your replay about the header text allignmen. Logically this line me.DataGridView1.Rows.Item(0).HeaderCell.Style.Alignment =DataGridViewContentAlignment.MiddleCenter must work, but i dont know why it doesn't wok. thanks
  3. V

    fill DataGridView ComboBox Column

    Thanks Dear JohnH Thank you very much i found my problem solution in your replay. Thnx
  4. V

    fill DataGridView ComboBox Column

    DataGridView with atype of ComboBox Column Column1.Item.Add("item") where: Column1 a DataGridView Column its type ComboBox
  5. 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...
  6. V

    DataGrid RowHeader Text

    DataGridView Hii UncleRonin , Thank u for your replay, i am really use DataGridView not datagrid but there is a problem in this solution that i cant make allignment to the text that i write on the row header Thanks
  7. V

    DataGrid RowHeader Text

    DataGridView RowHeader :confused: I have the same problem. I want to write text in the header of the row in datagridview. This property exists in the column header "DataGridView.Col(colIndex).cellText". Could anyone help me,please?.
Back
Top