﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - Problem with binding UXCurrencyEditor</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Problem-with-binding-UXCurrencyEditor/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Problem with binding UXCurrencyEditor</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Problem-with-binding-UXCurrencyEditor/</link><pubDate>Tue, 19 Jun 2012 00:58:54 GMT</pubDate><dc:creator>yudi</dc:creator><category>UXCurrencyEditor</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui', 'sans-serif'; color: #1f497d; font-size: 9pt"&gt;I'm sorry for the delay in sending this.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui', 'sans-serif'; color: #1f497d; font-size: 9pt"&gt;I made a simple modification to &lt;strong&gt;UXGridView C# Sample Using DevForce&lt;/strong&gt; project. The detail modification is as follow.&lt;/span&gt;&lt;/p&gt;
&lt;ol style="font-family: 'segoe ui', 'sans-serif'; color: #1f497d; font-size: 9pt"&gt;&lt;li&gt;Open the project (&lt;em&gt;start &amp;gt; All Programs &amp;gt; Intersoft WebUI Studio 2012 R1 &amp;gt; WebUI Studio for Silverlight 5 &amp;gt; Development Samples &amp;gt; UXGridView C# Sample Using DevForce&lt;/em&gt;).&lt;/li&gt;&lt;li&gt;Find and open &lt;em&gt;MasterDetailEditing.xaml&lt;/em&gt; in &lt;em&gt;\Views\UXGridView&lt;/em&gt; folder.&lt;/li&gt;&lt;li&gt;In the XAML view, find the following line:&lt;br /&gt;&lt;pre&gt;&amp;lt;Intersoft:UXTextBox Text="{Binding UnitPrice, Mode=TwoWay}" Width="80"/&amp;gt;&lt;/pre&gt;&lt;br /&gt;And replace the UXTextBox control with the UXCurrencyEditor.&lt;br /&gt;&lt;pre&gt;&amp;lt;Intersoft:UXCurrencyEditor EditMask="#0.00" UseEditMaskAsDisplayMask="True" Culture="nl-NL" Value="{Binding UnitPrice, Mode=TwoWay}" /&amp;gt;&lt;/pre&gt;&lt;/li&gt;&lt;li&gt;Save all changes and press F5 to run the project.&lt;/li&gt;&lt;li&gt;After the project loaded in browser, modify the url by adding “#/UXGridView/MasterDetailEditing”. For example: http://localhost:8650/Default.aspx becomes http://localhost:8650/Default.aspx#/UXGridView/MasterDetailEditing. This will open the MasterDetailEditing page.&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui', 'sans-serif'; color: #1f497d; font-size: 9pt"&gt;For your information, I’m using ClientUI 7 build 1 which comes with the Intersoft WebUI Studio 2012 R1 and was unable to reproduce the reported problem in my local end. Should you find anything that I miss during my test, please feel free to let me know.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Problem with binding UXCurrencyEditor</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Problem-with-binding-UXCurrencyEditor/</link><pubDate>Fri, 15 Jun 2012 08:58:40 GMT</pubDate><dc:creator>babak@master-solutions.nl</dc:creator><category>UXCurrencyEditor</category><description>&lt;p&gt;Any idea?&lt;/p&gt;</description></item><item><title>Problem with binding UXCurrencyEditor</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Problem-with-binding-UXCurrencyEditor/</link><pubDate>Thu, 14 Jun 2012 09:18:12 GMT</pubDate><dc:creator>babak@master-solutions.nl</dc:creator><category>UXCurrencyEditor</category><description>&lt;span style="font-family: consolas; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #a31515; font-size: 13px"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;Hi, I have this line of code:  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; 

&lt;p&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&amp;nbsp;&amp;lt;Intersoft:UXCurrencyEditor EditMask="#0.00" UseEditMaskAsDisplayMask="True" Culture="nl-NL" Value="{Binding SelectedItem.Quantity, Mode=TwoWay}"&amp;nbsp; Height="24" Width="165"/&amp;gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;The problem is that the control works fine without any problem when the Value property is not binded to any field. But as soon as I bind it, it does not work at all. Sometimes it shows the value, soemtimes it doesn't and ...&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;Changing the control to a normal UXTextbox, everything would be fine, I just do not have the proposed mask. Any idea?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>