views:

202

answers:

1

Hi,

I want to hide the borders of cells in wpf toolkit datagrid (like ShowGridLine property of WPF grid).

How can I achive this behaviour?

+2  A: 

It can be achieved by setting GridLinesVisibility="None"

Rakesh Gunijan