wpf - How to remove the split line between GridColumns in GridControl? -


i want know how remove vertical line between grid columns in gridcontrol, should do? enter image description here

try set showverticallines property of tableview false:

<dxg:gridcontrol ...>     <dxg:gridcontrol.view>         <dxg:tableview showverticallines="false" />     </dxg:gridcontrol.view> </dxg:gridcontrol> 

Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -