-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datagrid not working on Windows #3
Comments
I can confirm this problem an can add some more details. Syncfusion Version: 23.1.42 XAML:
Exception Message:
Stacktrace:
|
Error when columns exists
wen running on windows the app breaks and debugger goes to the bellow point in file App.g.i.cs:
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.
The text was updated successfully, but these errors were encountered: