Browse by Tags
All Tags » DataRow » Templates (RSS)
-
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 ...
-
this little project has a collection of items that have a Boolean property on them, if the property is false data triggert are used in the style to set the background of the cell red, if it is true the property is green.
i would have posted the entire project but i can't work out how to attach files. if anyone could tell me how it would be much ...
-
Hi Dustyn,
As far as making a cell enabled or disabled (ReadOnly) at runtime, the following example will definitely suit your requirements. But to change a cell's EditTemplate at runtime does not seems to be an easy task as EditTemplate property belongs to the entire column and not just a single cell.
Anywayz have a look at the following example ...
-
Hi,
Is there any way out to acheive a see through effect in DataGrid? I mean, I want to place a background image, and on top of it I'm placing my DataGrid. How can then I set my rows' or entire grid's background as transparent?
We can anytime set the background of DataRow as transparent, but still something (probably the container of ...
-
Hi,
I am trying to create a custom DataRow Template for a Card View. I am using an Expander, but the header doesn't show any data. Am I doing something wrong?
Thanks,
Wally
The Following is the DataCell and DataRow Templates:
<Style x:Key=''CardViewDataCellStyle'' TargetType=''{x:Type xcdg:DataCell}''>
<Setter ...
|
|
|
|