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.
ADAdministrator Syncfusion Team July 27, 2004 05:09 AM UTC
Try changing the style.CellType for those cells to "Static" instead of "Header".
(The Header celltype draws teh 3d appearance as part of the renderer.OnDraw for that celltype and is not affected by the style.Appearance setting.)
LLLokesh LuthraJuly 27, 2004 07:55 AM UTC
Thanx Clay It works fine But y its so Since for the headers I had set the Style Property as FLAT
>Try changing the style.CellType for those cells to "Static" instead of "Header".
>
>(The Header celltype draws teh 3d appearance as part of the renderer.OnDraw for that celltype and is not affected by the style.Appearance setting.)
>
ADAdministrator Syncfusion Team July 27, 2004 08:02 AM UTC
>But y its so Since for the headers I had set the Style Property as FLAT
It is by design. The Header celltype draws the 3d appearance as part of the renderer.OnDraw for that celltype, and is not affected by the style.Appearance setting
ADAdministrator Syncfusion Team July 27, 2004 09:51 AM UTC
Thanx Clay For your Prompt reply
>>But y its so Since for the headers I had set the Style Property as FLAT
>
>It is by design. The Header celltype draws the 3d appearance as part of the renderer.OnDraw for that celltype, and is not affected by the style.Appearance setting