CB
Clay Burch
Syncfusion Team
August 14, 2002 02:07 PM UTC
Right now, one way you can do this is to derive a cell control based on GridComboBoxCellModel/Renderer, override the renderer OnDraw method, and adjust the rectangle if the cell is not current. Attached is a sample that shows how to do this. Though you have to add two classes, there is not much code that needs to be written. This sample more or less follows the steps outlined in the the Deriving Cell Controls tutorial in the User's Guide, though the coding is simpler than the LinkLabel code used in the tutorial.