Browse by Tags
All Tags » DataRow (RSS)
Showing page 1 of 5 (43 total posts)
-
Hello,
I am trying to attach a Custom Dependency Property to each Row in the Xceed DataGrid. I am not able to find any element to which I can attach the same.
I tried to attach the dependency property to DataRow , but in that scenario I am not able to see the Data in the Grid.
The way I tried doing it was ...
-
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 am looking for some help. I have custom controls placed in some columns as a cell editors, and I want to attach the entire row(DataRow, or Row) to the custom control(I have a property defined in the custom control to hold the DataRow).
Can you please help me, how to do that?
Thanks a lot.
Suresh
-
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' ...
-
I made sure to go through the blogs, forums, sample code and KB. The sample code itself was confusing because it was bound to a custom class, or done using XAML.
My issue is that I have the .ItemsSource for dgGridName set to a built-from-scratch DataTable (dTab) in one function, and then I have a second separate function that reads ...
1
|
|
|
|