NumPad Period Symbol doesnt work with NumericEditOptions in the Column of A Grid


        col.Field(Html.NameFor(m => m.First().CancellationAmount).ToString())
.HeaderText(Html.DisplayNameFor(m => m.First().CancellationAmount).ToString())
.EditType(EditingType.Numeric)
.Format("{0:C}")
.NumericEditOptions(new EditorProperties() { DecimalPlaces = 2, MinValue = 0  })
        .TextAlign(TextAlign.Center)
.Add();


Above  is my column declaration.


So  I can enter in numbers using my Number Pad on my Keyboard.     I can enter in a period   using the main area of my keyboard, but if I try to enter in a period using the numberPad   it doesnt work.

I have changed the EditingType to String  and the numberPad Period works.       

SyncFusion Version 12.4.0.24

1 Reply

AR Ajith R Syncfusion Team April 6, 2015 06:40 AM UTC

Hi Aaron,

Thanks for using Syncfusion products.

Query: if I try to enter in a period using the numberPad it doesnt work.

We would like to let you know that “Number pad period key is not working with numeric edit option” is a known issue in the version of 12.4.0.24 Essential Studio and it has been fixed in the version of 12.4.0.30. We suggest you to use 12.4.0.30 - ej.web.all.min.js file instead of 12.4.0.24 to resolve this issue.

For your convenience we have created a simple sample and the same can be downloaded from the below link.

Sample Link: http://www.syncfusion.com/downloads/support/forum/118718/NumberPadEditing1867934011.zip

Please let us know if you have any concerns.

Regards,
Ajith R

Loader.
Up arrow icon