Skip to content

Instantly share code, notes, and snippets.

@PEM-FR
Created July 15, 2011 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PEM-FR/1084457 to your computer and use it in GitHub Desktop.
Save PEM-FR/1084457 to your computer and use it in GitHub Desktop.
example of onStyleRow
styleRow : function (inRow){
with(inRow){
customStyles += " color: orange;";
dojox.grid.DataGrid.prototype.onStyleRow.apply(this.grid, arguments); // here the function is called through a hitch, hence this.grid
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment