How can I get the lines of the grid?
I need to test each grid's line, and change it's color according to the test result. Is there any method I can use that returns every rows in the grid?
Thanks!
Thanks!
J-Chist
September 23,
obj.defineRowProperty("Mycolor", function(row){
return this.getDataProperty("text", row, 21)=='atualizado' ? "#FF0000":"#000000";
});
obj.getRowTemplate().setStyle("color", function(){
return this.getRowProperty("Mycolor");
});
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021