Custom CellStyle (triangle upper left corner)

I have to create a custom cell style for erroneous cell values where the cell has to have a small colored triangle in the upper-left corner, what would be the best way to implement this requirement? Thanks Jose

1 Reply

AD Administrator Syncfusion Team June 26, 2003 07:13 PM UTC

In 1.6.1, you can handle the grid's CellDrawn event, and just draw the triangle in the corner if the passed-in row and col point to a cell that has an error.

Loader.
Up arrow icon