Changing standard border style

Hi, Is there a way to specify what the standard border style should be? For example, how would you make gridlines be a solid line instead of the default dots? Thanks.

1 Reply

AD Administrator Syncfusion Team April 19, 2006 03:39 AM UTC

Nevermind, I found the answer. dim gm as GridModel gm.Options.DefaultGridBorderStyle = GridBorderStyle.Solid

Loader.
Up arrow icon