AlphaBlend

Is there any way to put the AlphaBlendSelectionColor to a cell in dynamic, and not puting this cell in the selection Collection ? thanks

3 Replies

AD Administrator 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


AN Alexandre Nicholas May 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 ?


AD Administrator Syncfusion Team May 20, 2003 07:07 AM UTC

In your projects references, just select the grid assembly and then see its properties. Stefan

Loader.
Up arrow icon