﻿<?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 - DataPresenterManager</title><link>http://www.intersoftsolutions.com/Community/ClientUI/DataPresenterManager/</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>DataPresenterManager</title><link>http://www.intersoftsolutions.com/Community/ClientUI/DataPresenterManager/</link><pubDate>Thu, 09 Jan 2014 21:14:23 GMT</pubDate><dc:creator>yudi</dc:creator><category>DataPresenterManager</category><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I’m afraid that DataPresenterManager has now been discontinued and there are not going to be any further updates for it. Intersoft has UXGridView which is the enhanced and better version of DataPresneterManager.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Such scenario, to provide a custom background or foreground color, can be achieved simply by using the Background and/or Foreground property of UXGridView column.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;Intersoft:UXGridView Intersoft:DockPanel.IsFillElement="True" x:Name="SampleControl1" ...&amp;gt;
    &amp;lt;Intersoft:UXGridView.Columns&amp;gt;
        &amp;lt;Intersoft:UXGridViewTextColumn Header="Property ID" Binding="{Binding PropertyID}"/&amp;gt;
        &amp;lt;Intersoft:UXGridViewTextColumn Header="Size" Binding="{Binding Size}"/&amp;gt;
        &amp;lt;Intersoft:UXGridViewTextColumn Header="House Style ID" Binding="{Binding HomeStyleID}"/&amp;gt;
        &amp;lt;Intersoft:UXGridViewTextColumn Header="Price" Binding="{Binding Price}" Foreground="Red" /&amp;gt;
    &amp;lt;/Intersoft:UXGridView.Columns&amp;gt;
&amp;lt;/Intersoft:UXGridView&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;For advance-scenario, you may refer to the UXGridView styling samples in &lt;a href="#/UXGridView/Styling" target="_blank"&gt;http://live.clientui.com/Default.html#/UXGridView/Styling&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>DataPresenterManager</title><link>http://www.intersoftsolutions.com/Community/ClientUI/DataPresenterManager/</link><pubDate>Wed, 08 Jan 2014 12:03:54 GMT</pubDate><dc:creator>bsnyder</dc:creator><category>DataPresenterManager</category><description>&lt;p&gt;First, I do not see any documentation regarding your DataPresenterManager Controls.  Are you planning to provide this?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Second,  I am trying to customize a columns so I can provide a custom background or foreground color.  Can you assist in what I may be doing wrong.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;                    &amp;lt;Intersoft:DataPresenterTextColumn Caption="Operation"  Editable="False" IsBound="True" MaxWidth="Infinity" MinWidth="16" &amp;gt;
                        &amp;lt;Intersoft:DataPresenterTextColumn.CellTemplate&amp;gt;
                            &amp;lt;DataTemplate&amp;gt;
                                &amp;lt;sdk:Label Content="{Binding COUOperation}" Foreground="{Binding StatusColor}"/&amp;gt;
                            &amp;lt;/DataTemplate&amp;gt;
                        &amp;lt;/Intersoft:DataPresenterTextColumn.CellTemplate&amp;gt;
                    &amp;lt;/Intersoft:DataPresenterTextColumn&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>