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.
I know i''m doing something wrong but i froze some columns : Model.Cols.FreezeRange (1,4 )
Althought it works there is no blue line on the right border of the 4th col...
Any idea why ?
Thanks
ADAdministrator Syncfusion Team March 23, 2005 03:49 PM UTC
Have you explicitly set that color to blue?
grid.Model.Cols.FreezeRange(1,4);
grid.Properties.FixedLinesColor = Color.Blue;
This seemed to work for me in a GridControl? Do you have any special border properties or gridline properties set that might be affecting this?
ADAdministrator Syncfusion Team March 23, 2005 03:56 PM UTC
I think there is somthing which interfer but i son''t know what...
this code works :
ColStyles[4].Borders.Right = new Syncfusion.Windows.Forms.Grid.GridBorder(GridBorderStyle.Solid, Color.Black, GridBorderWeight.ExtraThick );
but the previous one not.
What in your opinion could make the frozen line not being displayed correctly ?
ADAdministrator Syncfusion Team March 23, 2005 04:14 PM UTC
Can you tell us how to see the problem in one of our samples?
Or, can you upload a sample project showing the problem?
What version of our library are you using? I tried the earlier code in 3.0.1.0.
ADAdministrator Syncfusion Team March 23, 2005 04:24 PM UTC
I use ver 2.0.5.1
My application is huge so i can''t upload it..
ADAdministrator Syncfusion Team March 23, 2005 04:50 PM UTC