Unicode character (Korean language) duplicate problem in GridControl

There is a problem while input Korean character in grid controls
(specially GridDataBoundGrid, GridGroupingControl)

When I try typing Korean character in grid cell,
the first character is duplicated.
I changed ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll,
but it didn't fix the problem.

There was a thread about similar problem http://www.syncfusion.com/support/forums/tools-windows/47341,
but the link "Defect #2499 - EditControl duplicates Japanese or Korean characters when Enter key is used." is not available now.

OS : Windows7 (Korean)
Syncfusion Version: 8.303.0.21

Thank you




1 Reply

RB Ragamathulla B Syncfusion Team September 20, 2011 05:11 AM UTC

Hi Trans,

Thank you for your interest in syncfusion products.

You can achieve your desired using UseRightToLeftCompatibleTextBox property. The following code explains the same.

Grid.Model.options.UseRightToLeftCompatibleTextBox = true;
ActivateCurrentCellBehavior = GridCellActivateAction.SetCurrent


Let me know if you have any further concerns.

Regards,
Ragamathullah B.


Loader.
Up arrow icon