Here comes the trouble. I want to delete all rows from datagridview. This how i add rows:
private void ReadCompleteCallback(object clientHandle, Opc.Da.ItemV
try:
datagrid.DataSource = null; datagrid.DataBind();
Basically you will need to clear the datasource your binding to the grid.