Browse by Tags
All Tags » DataRow (RSS)
Showing page 1 of 4 (37 total posts)
-
Hi all,
I'm evaluating the Xceed DataGrid for almost 2 weeks now.
I want to have a DataGrid with DataRows containing a Expander control. This Expander should contain a extra row with cells hidden when the Expander is in collapsed mode.
Before I start, I want to double-check that I'm using the right approach.
I understand that a DataTemplate ...
-
Hi everybody,
Is there a way to invert rows and columns in the DataGrid ?
Indeed, I need to display each item of my ObsverableCollection as a column, and each row should represent a property of this item.
Thanks.
-
Goodmorning,
we are using wpf datagrid 3 months now and we are very satisfied with the perfomance and all it's goodies!!
The problem we are facing is that we have a slider bound to the FontSize of the DataGridControl and everything works well except of the Height of the DataRow, which is constant 30, and the content of the cells is hiding when ...
-
Is there any way of setting up a DataGrid so that when a cell or a row is selected, it doesn't highlight the entire row in a different colour?
I've looked at the following topics:
http://xceed.com/CS/forums/thread/9179.aspx
http://xceed.com/CS/forums/thread/21933.aspx
As advised in those, I've set up a Style in my DataGridControl's ...
-
Hello, i have a problem with datagrid
I need to set background color for DataRow immediately after the DataRow has been created and before DataRows is showed in grid
Has anyone any ideas?
Thanks for help
-
I have such problem:
I need to change foreground color of DataRow's in DataGrid to for example red. The thing is that I have collection of animals in DataGrid and every animal have unique id. In user control that DataGrid is placed i have method that passes me from time to time another collection with just id's, and those animals that match ...
-
Hi,
I would like to change the backGround of the row when the mouse is over it using MouseEnter and Mouse Leave events, but it does not seems to work :
<Style TargetType=''{x:Type xcdg:DataRow}''>
<EventSetter Event=''MouseEnter''
...
-
I have spent several days trying to find a way to change the colour of individual cells based on their value and/or the values of other data elsewhere in the grid. However, although there seems to be a lot of questions on the forums by users, the answers aren't really conclusive. I have read and contributed to several ...
-
hi,
i have made search text in grid but uptill my grid was only containing datatable.DefaultView
now i have given Object Collection as Source of Grid.
so in First Case I was casting Item into DataRowView now it gives the obect of the item can i access the item same way without casting.
one way i found is Cell.Content but can i ...
-
Hi...
I'm facing a problem:
There are 10 datarows in the grid
'A' 'B' 'C'
'D' 'E' 'F'
..... .... ....
I changed 'B'--->'Y' 'E'--->'Z' ...
1
|
|
|
|