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 May 20, 2003 06:54 AM UTC
> Is there any way to put the AlphaBlendSelectionColor to a cell in dynamic, and not puting this cell in the selection Collection ?
>
> thanks
Are you just looking for a way to draw a alphablend color over a existing cell irregardless whether cells are selected or not?
Check out the AfterCellDraw event in 1.5.x or CellDrawn event in 1.6. It lets you draw over a cell after the grid has rendered it.
Stefan
ANAlexandre NicholasMay 20, 2003 07:03 AM UTC
> Check out the AfterCellDraw event in 1.5.x or CellDrawn event in 1.6. It lets you draw over a cell after the grid has rendered it.
>
How can i see which version i am using ?
ADAdministrator Syncfusion Team May 20, 2003 07:07 AM UTC
In your projects references, just select the grid assembly and then see its properties.
Stefan