Dojo DataGrid onStyleRow hover


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. dojo.connect(grid,"onStyleRow",function(row){
  2. if (row.over) {
  3. row.customStyles+='background-color:#FFB93F;';
  4. }
  5. });

URL: http://forums.esri.com/Thread.asp?c=158&f=2396&t=294506

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.