Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
330
Regional settings NumberDecimalSeparator
posted

How to set regional settings in FormulaEditorDialol?

I'm trying to use

var cultureName = Thread.CurrentThread.CurrentCulture.Name;
var ci = new CultureInfo(cultureName);
if (ci.NumberFormat.NumberDecimalSeparator != ",")
{
// Forcing use of decimal separator for numerical values
ci.NumberFormat.NumberDecimalSeparator = ",";
Thread.CurrentThread.CurrentCulture = ci;
}

But don't work. How to set NumberDecimalSeparator = ","?

It's works for SpreadSheet, but don't work for FormulaEditor.

  • 17475
    Offline posted

    Hello Igor,

     

    After investigating the culture settings and doing some research, setting the culture for the XamFormulaEditor has been determined to be a new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at http://ideas.infragistics.com.

    Submitting your idea will allow you to communicate directly with our product management team, track the progress of your idea at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.

    Remember when submitting your idea to explain the context in which a feature would be used and why it is needed as well as anything that would prevent you from accomplishing this today. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it.  You can also link back to this thread for additional details.

    Thank you in advance to submitting your product idea.