laptop and a wrench

Bug

The EditOperation.Callback method fails and no row events are received from using the method.

Last Published: April 21, 2023 ArcGIS Pro SDK for .NET
Bug ID Number BUG-000157359
SubmittedApril 10, 2023
Last ModifiedJune 5, 2024
Applies toArcGIS Pro SDK for .NET
Version found3.0
Operating SystemWindows OS
Operating System Version10.0 64 Bit
StatusAs Designed

Additional Information

InsertCursor is in place to quickly add large numbers of rows. Firing events is going to slow down the insertions. Using the CreateRow method is the correct pattern when needing events to fire.

Workaround

Use the Table.CreateRow method instead of InsertCursor. Additionally, use Create Method (EditOperation) instead of the Callback method to work around not getting the RowCreated method event to fire.

Steps to Reproduce

Bug ID: BUG-000157359

Software:

  • ArcGIS Pro SDK for .NET

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options