﻿<?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 - Binding UXGridView Columns Header </title><link>http://www.intersoftsolutions.com/Community/ClientUI/Binding-UXGridView-Columns-Header/</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>Binding UXGridView Columns Header </title><link>http://www.intersoftsolutions.com/Community/ClientUI/Binding-UXGridView-Columns-Header/</link><pubDate>Mon, 21 May 2012 06:05:47 GMT</pubDate><dc:creator>babak@master-solutions.nl</dc:creator><description>&lt;p&gt;Thanks, I used HeaderBinding, it worked.&lt;/p&gt;</description></item><item><title>Binding UXGridView Columns Header </title><link>http://www.intersoftsolutions.com/Community/ClientUI/Binding-UXGridView-Columns-Header/</link><pubDate>Mon, 21 May 2012 03:36:40 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;It is because the datacontext inside UXGridViewTextColumn is not the same with the datacontext in your FieldLabel. Also, you would need to set it HeaderBinding, not header.&lt;/p&gt;
&lt;p&gt;Here is my snippet code:&lt;/p&gt;
&lt;p&gt;I bind the header to a property in my view model then convert the text.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt; &amp;lt;Intersoft:UXGridViewTextColumn HeaderBinding="{Binding Header, Converter={StaticResource HeaderConverter}, Source={StaticResource ProductsViewModel}}" Width="120" Binding="{Binding CategoryID, Converter={StaticResource CategoryConverter}}" ValueListSource="{Binding Categories, Source={StaticResource ProductsViewModel}}"/&amp;gt;&lt;/pre&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Binding UXGridView Columns Header </title><link>http://www.intersoftsolutions.com/Community/ClientUI/Binding-UXGridView-Columns-Header/</link><pubDate>Fri, 18 May 2012 10:23:31 GMT</pubDate><dc:creator>babak@master-solutions.nl</dc:creator><description>&lt;p&gt;I want to bind grids header text to a localized resource by something like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;Intersoft:UXGridViewTextColumn Header="{Binding ConverterParameter=Unit_lblAbbreviation, Converter={StaticResource KissLocalization}, Source={StaticResource KissLocalization}}" Binding="{Binding Abbreviation}"/&amp;gt;&lt;/p&gt;
&lt;p&gt;But it does not work. The binding statament is correct as I am using it in other controls like FieldLabel.Header. What can be my mistake?&lt;/p&gt;</description></item></channel></rss>