/ Published in: JavaScript
URL: http://forums.esri.com/Thread.asp?c=158&f=2396&t=294506
Expand |
Embed | Plain Text
dojo.connect(grid,"onStyleRow",function(row){ if (row.over) { row.customStyles+='background-color:#FFB93F;'; } });
You need to login to post a comment.
