﻿<?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 - UXCurrencyEditor problem with Binding</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXCurrencyEditor-problem-with-Binding/</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>UXCurrencyEditor problem with Binding</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXCurrencyEditor-problem-with-Binding/</link><pubDate>Tue, 19 Jun 2012 00:22:06 GMT</pubDate><dc:creator>yudi</dc:creator><description>&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>UXCurrencyEditor problem with Binding</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXCurrencyEditor-problem-with-Binding/</link><pubDate>Mon, 18 Jun 2012 07:32:16 GMT</pubDate><dc:creator>babak@master-solutions.nl</dc:creator><description>&lt;p&gt;&lt;span style="font-family: consolas; line-height: 18px; text-align: left; background-color: rgb(255, 255, 255); color: rgb(0, 0, 255); "&gt;Hi, I have this line of code:&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: rgb(63, 63, 63); font-family: 'segoe ui', arial, verdana, tahoma; font-size: 12px; line-height: 18px; text-align: left; background-color: rgb(255, 255, 255); " /&gt;&lt;/p&gt;
&lt;p style="font-family: 'segoe ui', arial, verdana, tahoma; margin-right: 0px; margin-left: 0px; padding: 0px; color: rgb(63, 63, 63); font-size: 12px; line-height: 18px; text-align: left; background-color: rgb(255, 255, 255); "&gt;&lt;span style="font-family: consolas; color: rgb(0, 0, 255); 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 style="font-family: 'segoe ui', arial, verdana, tahoma; " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family: 'segoe ui', arial, verdana, tahoma; margin-right: 0px; margin-left: 0px; padding: 0px; color: rgb(63, 63, 63); font-size: 12px; line-height: 18px; text-align: left; background-color: rgb(255, 255, 255); "&gt;&lt;span style="font-family: consolas; color: rgb(0, 0, 255); 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;/p&gt;
&lt;p style="font-family: 'segoe ui', arial, verdana, tahoma; margin-right: 0px; margin-left: 0px; padding: 0px; color: rgb(63, 63, 63); font-size: 12px; line-height: 18px; text-align: left; background-color: rgb(255, 255, 255); "&gt;&lt;span style="font-family: consolas; color: rgb(0, 0, 255); 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;/p&gt;
&lt;p /&gt;</description></item></channel></rss>