The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
good morning,
how do i control the grid lines for the control. It so happens that i am using column 0 also.
when i change the grid.properties the covered cells in col(0) are not drawn
with the gridboundries i require.
ADAdministrator Syncfusion Team September 27, 2004 09:09 AM
You set the style.Border property for the header cells.
grid.BaseStylesMap["Row Header"].StyleInfo.Borders.Right = new GridBorder(GridBorderStyle.Solid); //or what settings you want...
MNMahesh NaikSeptember 28, 2004 06:02 AM
i tried setting it coumn 0.it worked but the previous cell boundries of header cell are spoling the beauty.I have a option in which the grid lines can be switched on/off by the user.one tick mark and the grid lines
vanish from all of 17 grids.
I will right shift my columns and hide the header row and also the columns.
No more decorations.I am now to event handling.