Missing OnDraw event (TWebComboBox, TWebStringGrid etc).

The TWeb components are missing an OnDraw event. How can i control the way the components are drawing. I.e. in a vcl form i use the OnDrawItem for a TComboBox to create two columns code and description for the same item and for a TStringGrid i use the OnDrawCell to change the color of a specific cell?

With regards,

Paul Poels

That is currently unfortunately in HTML not possible this way.
To change a cell color dynamically, the recommended way is to implement the grid.OnGetCellClass event and return a CSS class with the CSS color setting for the cell you want.