Detect paste insert and handle

On Second thought… looks like the EpiUltraGrid has an event you could listen on?

public delegate void GridPastingHandler(object Sender, GridPastingEventArgs Args);

public class GridPastingEventArgs : CancelEventArgs {
	IsPasteUpdate t/f
}
1 Like