Can I use color extension ion edatagrid editor?
<table id="dgType" title="types" class="easyui-edatagrid"
width="300px" fit="true" pagination="false"
toolbar="#dgTypeToolbar"
idField="ID" sortName="Weight,Name" sortOrder="asc,asc"
rownumbers="true" fitColumns="true" singleSelect="true"
data-options="url: '?Type=l'
,saveUrl: '?Type=I'
,updateUrl: '?Type=U'
,destroyUrl: '?Type=d'
"
>
<thead>
<tr>
<th field="ID" hidden="true"></th>
...
<th field="Active" width="05%" editor="{type:'checkbox',options:{required:true,value:'1',on:'1',off:'0'}}">Active</th>
<th field="colorBG" width="10%" editor="{type:'color',options:{required:true}}">background</th>
<th field="colorT" width="10%" editor="{type:'color',options:{required:true}}">text</th>
</tr>
</thead>
</table>
column colorT and colorBG didnt editable

<input class="easyui-color">
- work fine