Blank seperator row

I have a grid where i want a "separator" row on some rows. the 1 area i can''t get to dissappear is the borders or grid lines around these cells. can you please let me know the correct properties to set to manipulate the border and grid lines at a cell or row level. thanks, ak

1 Reply

AD Administrator Syncfusion Team July 22, 2005 10:59 PM UTC

By default, the grid draws borders on the right and bottom of a cell. So, if you do not want borders on a cell, try grid[row, col].Borders.Right = GridBorder.Empty; grid[row, col].Borders.Bottom = GridBorder.Empty;

Loader.
Up arrow icon