iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
First, I do not see any documentation regarding your DataPresenterManager Controls. Are you planning to provide this?
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.
<Intersoft:DataPresenterTextColumn Caption="Operation" Editable="False" IsBound="True" MaxWidth="Infinity" MinWidth="16" > <Intersoft:DataPresenterTextColumn.CellTemplate> <DataTemplate> <sdk:Label Content="{Binding COUOperation}" Foreground="{Binding StatusColor}"/> </DataTemplate> </Intersoft:DataPresenterTextColumn.CellTemplate> </Intersoft:DataPresenterTextColumn>
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.
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.
<Intersoft:UXGridView Intersoft:DockPanel.IsFillElement="True" x:Name="SampleControl1" ...> <Intersoft:UXGridView.Columns> <Intersoft:UXGridViewTextColumn Header="Property ID" Binding="{Binding PropertyID}"/> <Intersoft:UXGridViewTextColumn Header="Size" Binding="{Binding Size}"/> <Intersoft:UXGridViewTextColumn Header="House Style ID" Binding="{Binding HomeStyleID}"/> <Intersoft:UXGridViewTextColumn Header="Price" Binding="{Binding Price}" Foreground="Red" /> </Intersoft:UXGridView.Columns> </Intersoft:UXGridView>
For advance-scenario, you may refer to the UXGridView styling samples in http://live.clientui.com/Default.html#/UXGridView/Styling.
Hope this helps.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname