The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I am having problem entering numbers and dates in the grid control. It doesn't recognize dual byte numbers, date and time (such as in Chinese or Japanese).
I tried with DataGrid/TextFormat Sample.
ADAdministrator Syncfusion Team January 14, 2003 02:43 AM UTC
Hi Harry,
It is best to discuss this if you open a support incident with direct-trac, since I have the feeling that we will have to come back and ask you for feedback and check things out for us.
In general the grid should work fine with Japanese. We have a test system set up in house here, but we always look for help from Japanese customers themselves.
To start with I would suggest that you set gridModel.Options.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll; This ensures that the textbox is shown as soon as a cell gets activated and thus the IME window will be shown in-place as soon as you start typing.
If you continue to have problem can you tell us how to reproduce the problem with a Japanese OS with english keyboard.
Stefan