Browse by Tags
All Tags » DataataRow (RSS)
-
I am using Xcced DataGrid Control and binding with a DataTable. I am making some of the columns in DataGridControl to Visible=''False''.
On click of the row i am getting the value of one of the invisible columns
Xceed.Wpf.DataGrid.DataRow objDataRow = sender as Xceed.Wpf.DataGrid.DataRow;
with objDataRow object i can access the Values ...
-
I have a problem where we need to set style on WPF Xceed grid cell, where we binding grid thru custom data source say DataModelA. Now datamodal have 10 properties. Where we want to set style on column 5 based on value of column 3.
Say
column 3 has value < 10 column 5 of similar row should be in bold
column 3 has value > ...
-
I need work with diferent colors for each case look a little sample:
if (date of maturity > DateTime.Now)
DataRow = Color.Red
else if (date of maturity == DateTime.Now)
{
DataRow = Color.Yellow
}
Else
{
DataRow = Color.Green
}
I need make this , but in XAML is possible?
U can help me?plz
-
Hi I´m using the tryal version of the datagrid. I have Entity Data linked to the ItemsSource Property (MM .NET Entity, They highly recomend this control):
this.DataGrid.ItemsSource = MyEntityList()
The issue is that when I load the grid there is a navegation option in order to select the first row. It is succesfully selected in the view (I can ...
-
I don't know if i make myself clear... (English is not my native)
I need to resize all datarowheiths at the same time when the user resizes one of them.
Greetings
|
|
|
|