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
445
Integer in a TextField
posted

I'm trying to display an integer in a read-only text field.  I'm trying to apply a string format, but it doesn't seem to be working.  Can someone tell me what I'm doing wrong?  Here is the XAML:

<igDP:TextField Label="Size" AlternateBinding="{Binding Path=Size, StringFormat=\{0:N0\}}"/>

The column displays, but the "StringFormat" appears to get ignored.

Thanks!

Brad.

Parents
  • 22015
    posted

    Hello Brad,

     

    Thank you for posting! I have been looking into your post and it seems that I am missing something from your scenario. Would you please provide me with more detailed information about why you want to display an integer value in a TextField?

    Once I have this information I would be able to provide you with more details on this matter.

     

    Looking forward to hearing from you.

Reply Children