DGR1.BindingContext(DGR1.DataSource, DGR1.DataMember).Count()

I am trying to count the number of rows in a datagrid.

nath