Skip to content

Datagrid not working on Windows #3

Open
@HodrojHsen

Description

@HodrojHsen

Error when columns exists

wen running on windows the app breaks and debugger goes to the bellow point in file App.g.i.cs:

#if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
            UnhandledException += (sender, e) =>
            {
                if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();
            };
#endif
        }

when adding any column manually or setting the AutoGenerateColumnsMode to any value other than "None" the error occurred,
and when setting to "None" without adding any column, then no error.
Note: the app is working on android with no error.

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