Skip to content
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

DataGridTemplateColumn Width parses the GridLength in a culture specific way at runtime and doesn't use invariant culture #4977

Open
14 tasks
NicholasChrzan opened this issue Feb 29, 2024 · 1 comment
Labels
bug 🐛 An unexpected issue that highlights incorrect behavior DataGrid 🔠 Issues on DataGrid control needs triage 🔍

Comments

@NicholasChrzan
Copy link

NicholasChrzan commented Feb 29, 2024

Describe the bug

DataGridTemplateColumn Width parses the GridLength in a culture specific way at runtime and doesn't use invariant culture, or on failure should try to convert using invariant culture if the current behavior is still needed.

Regression

No response

Reproducible in sample app?

  • This bug can be reproduced in the sample app.

Steps to reproduce

Specify a DataGridTemplateColumn with a Width of 2.15* and build on an en-US.
Change Windows to Hungarian 
Run the app and it should crash

Expected behavior

It should be able to handle invariant GridLengths

Screenshots

No response

Windows Build Number

  • Windows 10 1809 (Build 17763)
  • Windows 10 1903 (Build 18362)
  • Windows 10 1909 (Build 18363)
  • Windows 10 2004 (Build 19041)
  • Windows 10 20H2 (Build 19042)
  • Windows 10 21H1 (Build 19043)
  • Windows 11 21H2 (Build 22000)
  • Other (specify)

Other Windows Build number

No response

App minimum and target SDK version

  • Windows 10, version 1809 (Build 17763)
  • Windows 10, version 1903 (Build 18362)
  • Windows 10, version 1909 (Build 18363)
  • Windows 10, version 2004 (Build 19041)
  • Other (specify)

Other SDK version

No response

Visual Studio Version

No response

Visual Studio Build Number

No response

Device form factor

No response

Nuget packages

No response

Additional context

No response

Help us help you

Yes, I'd like to be assigned to work on this item.

@NicholasChrzan NicholasChrzan added the bug 🐛 An unexpected issue that highlights incorrect behavior label Feb 29, 2024
@ghost ghost added the needs triage 🔍 label Feb 29, 2024
@ghost
Copy link

ghost commented Feb 29, 2024

Hello NicholasChrzan, thank you for opening an issue with us!

I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌

@Arlodotexe Arlodotexe added the DataGrid 🔠 Issues on DataGrid control label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An unexpected issue that highlights incorrect behavior DataGrid 🔠 Issues on DataGrid control needs triage 🔍
Projects
None yet
Development

No branches or pull requests

2 participants