DataPresenterManager

1 reply. Last post: January 9, 2014 9:14 PM by Yudi
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
Brent SnyderMember

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>

 

All times are GMT -5. The time now is 6:26 AM.
Previous Next