IgniteUI / igniteui-blazor

Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
https://www.infragistics.com/products/ignite-ui-blazor
3 stars 3 forks source link

IgbColumn - DatePicker format for editing DateTime type data does not support Japanese standard format (yyyy/mm/dd) #95

Open IG-Mori opened 10 months ago

IG-Mori commented 10 months ago

Description

The DatePicker format for editing DateTime type data in IgbColumn does not support the Japanese standard format (yyyy/mm/dd).

Steps to reproduce

  1. Launch the application.
  2. "Date of Birth" column cell in edit mode.

Result

What is the actual result after following the steps to reproduce? =>The format of the edit text is "mm/dd/yyyy".

Expected result

What is the expected result after following the steps to reproduce? => The format of the edit text is "yyyy/mm/dd".

Attachments

Attach a sample if available, and screenshots, if applicable.

image

BlazorWasmApp1_IgbGrid_DatePicker_rev.zip