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
105
Scientific Notation in XamDataGrid
posted

How can I allow a user to enter a number in scientific notation?

Thanks,

Denny Huber

 

  • 4850
    Offline posted

    In order to do this you would have to use a XamTextEditor and create a class that implements the IValueConverter interface and provide the logic for converting to and from a string. Then set the XamTextEditor's ValueToTextConverter and ValueToDisplayTextConverter properties to an instance of this class.