Browse by Tags
All Tags » DataTemplate (RSS)
-
Hello ,
I have been searching for pointers as to how to change the foreground color of a Datacell to red if the value is negative and to green if the value is positive.
I thought of using Datatriggers , but the problem is that the comparison in DataTriggers is always equation there is no way I can say that a value is > or < than zero ...
-
Hi,
I tried to write a DataTemplate to display custom objects (which are stored in an ObservableCollection) in a TabControl.
Each TabItem contains a representation of a custom object.
Each object is represented by a banner (for general informations) and a DataGrid (for the important informations which are stored in a DataTable).
Here is the ...
-
Hi,
I have a datagrid control in that i have added one more column to the grid .
<xcdg:DataGridControl Grid.Row=''2'' Loaded=''XcDataGrid_Loaded'' Name=''XcDataGrid'' HorizontalAlignment=''Left''>
<xcdg:DataGridControl.Columns>
<xcdg:Column FieldName=''pp'' ...
-
I have a grid:
<DataGrid:DataGridControl DockPanel.Dock=''Bottom'' x:Name=''myGrid''
NavigationBehavior=''RowOnly''
ItemsSource=''{Binding ...
|
|
|
|