When no data in Grid , the rows should be displayed in Alternate colors
I have a AW grid, I am getting Blank grid when no data , instead i want the grid to be displayed in alternate colors.
Suresh
April 11,
<style>
.aw-alternate-even {
background: #def;
}
</style>
<script>
var obj = new AW.UI.Grid;
obj.setRowCount(20);
document.write(obj);
</script>
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