Hi Jqwidget team,
I am using jqxgrid my requirement is to provide comment to each cell in grid like Microsoft Excel comment insert,update and delete.If user change the value in cell they have to write comment to cell why they changed the value for particular cell.I have done the comment its working fine but for showing the commented cell i am using border to highlight but i require CSS like Microsoft excel comment highlight for cell (right side top corner small red arrow)
Right now i am using css in cell render like this
if(value==0){
return ‘<div id=”colorEnable’+rowid+”+(colIndex)+'” style=”text-align:right;width:93%;height:73%;border:solid #FF9900;”> </div>’;
}else{
return ‘<div id=”colorEnable’+rowid+”+(colIndex)+'” style=”text-align:right;width:93%;height:73%;border:solid #FF9900;font-family: Arial;font-size: 12px;”>’ +parseFloat(value).toFixed(2)+ ‘</div>’;
}
jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Need css for cell like microsoft excel comment highlight
Tagged: Excel comment, grid, jqxgrid, red arrow
This topic contains 2 replies, has 3 voices, and was last updated by Cilex 10 years, 1 month ago.
You must be logged in to reply to this topic.