Skip to content

TableView SetHiddenFields doesn't hide GlobalID field #64

@gkmiel-hb

Description

@gkmiel-hb

Hi,
I have tried TableViewerTest sample https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Editing/TableViewerTest. Sample file DisasterTsunami.cs contains line:

            // adds to hidden
            tableView.SetHiddenFields(new List<string> { "GlobaID", "CREATEDBYRECORD", "RETIREDBYRECORD", "CalculatedArea", "MiscloseRatio", "MiscloseDistance", "IsSeed", "created_user", "created_date", "last_edited_user", "last_edited_date", "Shape_Length", "Shape_Area", "VALIDATIONSTATUS", "Parcel", "TMK", "qpub_link", "Zone", "Section", "Plat", "Island" });

Result of button job is like in your sample screenshot Screen2.png

Image

Standard ArcGIS Pro functionality allows to hide GlobalID field

I have tried on ArcGIS Pro 3.3.2 and 3.5.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions