BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
<script type="text/javascript">
$(function () {
---
$("#Grid").ejGrid({
dataSource: data,
---
queryCellInfo: function(args){
if(args.column.field == "field0"){
$(args.cell).css("background-color", args.rowData.color0)
}
}
});
});
</script>
|
Hello,
Thanks for answer. But it would be good that we can get our original code working in internet explorer 11 as well. Do you know why setting background color using JsRender expression{{:color}} is not working in internet explorer?
Thanks
Hui
{
}
brackets in the style attribute. Then the style background color is not set to that column. So that we suggest you for the alternative way to achieve your requirement.