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.
In Excel, the back color of a cell which floats to the next cell is not drawn beyond the original cell range. However, in Syncfusion, the back color is taken to the next cell. Is there any way to stop this?
Thanks
ADAdministrator Syncfusion Team September 16, 2003 01:57 AM
There are no properties that would handle this request. There is a DrawCellBackground event you can use to draw cell backgrounds, but I think trying to just paint the background of the original cell in this case would be very difficult.
I think the only way to avoid this would be to turn off the float cells support.