Hi,
How can we set the grid lines(column/row separator) in the XamDatagrid programmatically?
Alex,
I could find the right place to write this piece of code. Kindly provide a XamDataGrid sample with the above style.
Thanks..
Could you please tell where should this style tag be placed?
Hello,
Actually we are not using xaml code/file. So how to write above code programatically in .vb file...? So that we can draw grid lines(column and row separator) for xamDataGrid.
You can try this:
<Style TargetType="{x:Type igDP:CellValuePresenter}"> <Setter Property="BorderBrush" Value="Transparent"/> <Setter Property="BorderHoverBrush" Value="Transparent"/></Style>
could you please provide a code sample for this!?
Why don't you have a property ShowGridLines like in Tree/ListView?
THX