Hi,   Can you try this approach for now?:   1. Follow the steps as in this post: http://forums.unigui.com/index.php?/topic/9122-tunidbgrid-color-combo/   2. UniDBGrid1 -> Columns -> "comboColor" column: Editor -> UniComboBox1     function reconfigure(sender, store, columns, oldStore, oldColumns, eOpts) {     var me = sender;     columns[1].renderer = function(v) {         return '<span style="float: left; width: 33px; height: 15px; background: ' + getHexa(v)