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 12:09 AM
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 02:55 AM
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 03:02 AM
>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 04:51 AM
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