I
inpuarg
Is it possible that - or is there any workarround for adding a new unbound row
to a datagridview at bound mode ?
Theese are not working. And i don 't want to add a row to dataset then rebind -
cause i want to add this row to a specific location. and it does not match to
sort order.
Regards. and thanks.
base.Rows.InsertCopy(base.CurrentRow.Index, 1);
base.Rows.Insert(base.CurrentRow.Index, 1);
base.Rows.AddCopies(base.CurrentRow.Index, 1);
base.Rows.InsertCopy(base.CurrentRow.Index, 1);
to a datagridview at bound mode ?
Theese are not working. And i don 't want to add a row to dataset then rebind -
cause i want to add this row to a specific location. and it does not match to
sort order.
Regards. and thanks.
base.Rows.InsertCopy(base.CurrentRow.Index, 1);
base.Rows.Insert(base.CurrentRow.Index, 1);
base.Rows.AddCopies(base.CurrentRow.Index, 1);
base.Rows.InsertCopy(base.CurrentRow.Index, 1);