GridNumericColumn Culture

Hi,

 In the DoubleTextBox control the number format it´s 1.350,75 (es-ES) culture, when the user presh "." key go to decimal places.
 But in the GridNumericColumn don´t work, i make these

 NumberFormatInfo numberFormat = Application.CurrentCulture.NumberFormat.Clone() as NumberFormatInfo;
            numberFormat.NumberDecimalDigits = 2;
            numberFormat.NumberDecimalSeparator = ".";
            numberFormat.NumberGroupSizes = new int[] { 3 };
            numberFormat.NumberGroupSeparator = ",";

It´s posible with the default(0,00) format when the user press "." key go to decimal places

Thanks. 





6 Replies

VS Vijayarasan Sivanandham Syncfusion Team May 14, 2020 03:46 AM UTC

Hi Ruben,

Thank you for contacting Syncfusion support.

Currently, we are analyzing your requirement of “GridNumericColumn culture”. We will validate and update you the details on May 15, 2020.
 
 
We appreciate your patience until then. 
 
Regards, 
Vijayarasan S 



VS Vijayarasan Sivanandham Syncfusion Team May 15, 2020 04:05 PM UTC

Hi Ruben,

Thank you for your patience.

We suspect that in your sample set the NumberDecimalSeparator is comma(,) you need to press the Comma(,) key for moving to decimal place if you set the NumberDecimalSeparator as dot(.) So you need to press the dot(.) key to moving the cursor to decimal separator places in GridNumericColumn. Please find the sample and video demo from our end in the below link,

Sample Link: https://www.syncfusion.com/downloads/support/forum/154204/ze/Sample714376813

Video Link: https://www.syncfusion.com/downloads/support/forum/154204/ze/NumeriColumn-1725348070
 
We hope this helps. Please let us know, if you require further assistance on this. 
Regards,
Vijayarasan S 



RU Ruben May 15, 2020 04:29 PM UTC

Thanks for the reply, in Windows.Forms.Tool.DoubleTextBox control, when press , go to decimal places and the visual format is 1.457,58, it´s posible work in the datagrid in the same way.

Thanks


VS Vijayarasan Sivanandham Syncfusion Team May 18, 2020 05:23 PM UTC

Hi Ruben,

Thanks for the update.

Currently, we are analyzing your requirement of “Grid Numeric Column Culture behavior like Double Text box”. We will validate and update you the details on May 20, 2020.
 
 
We appreciate your patience until then. 
 
Regards, 
Vijayarasan S




VS Vijayarasan Sivanandham Syncfusion Team May 21, 2020 03:05 AM UTC

Hi Ruben, 
Sorry for the inconvenience caused. 
We are currently working on this and we need two more business days to validate this. We will update you with further details on May 22, 2020. 
We appreciate your patience until then.  
Regards, 
Vijayarasan S 



AI Anirudhan Iyyappan Syncfusion Team May 22, 2020 01:32 PM UTC

Hi Ruben, 
 
Thanks for your patience. 
 
We have analyzed the reported query  in the DoubleTextBox. But the reported behavior in the DoubleTextBox is an issue, because we should move the blinker only when the decimal separator key is pressed, it shouldn’t move when the group separator key is pressed. Therefore the SfNumericTextBox is the actual behavior. We will fix this issue in DoubleTextBox and include it our upcoming weekly Nuget. 
 
Regards, 
Anirudhan 


Loader.
Up arrow icon