DataGrid - extra row

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Moti

    #1

    DataGrid - extra row

    Hi all

    I connect DataGrid with table:

    dataGrid1.DataS ource = dataSet.Tables[0].DefaultView;

    There always an extra row, How can I delete it? or can I control this row?

    Moti

Working...