/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
dojo.connect(grid,"onStyleRow",function(row){ if (row.over) { row.customStyles+='background-color:#FFB93F;'; } });
URL: http://forums.esri.com/Thread.asp?c=158&f=2396&t=294506